Class TopicResultSet
- java.lang.Object
-
- com.amazonaws.athena.connectors.msk.dto.TopicResultSet
-
public class TopicResultSet extends Object
-
-
Constructor Summary
Constructors Constructor Description TopicResultSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataFormat()
List<MSKField>
getFields()
String
getTopicName()
void
setDataFormat(String dataFormat)
void
setFields(List<MSKField> fields)
void
setTopicName(String topicName)
String
toString()
-