@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestSetGenerationDataSource extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the data source from which the test set is generated.
| Constructor and Description | 
|---|
TestSetGenerationDataSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
TestSetGenerationDataSource | 
clone()  | 
boolean | 
equals(Object obj)  | 
ConversationLogsDataSource | 
getConversationLogsDataSource()
 Contains information about the bot from which the conversation logs are sourced. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setConversationLogsDataSource(ConversationLogsDataSource conversationLogsDataSource)
 Contains information about the bot from which the conversation logs are sourced. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TestSetGenerationDataSource | 
withConversationLogsDataSource(ConversationLogsDataSource conversationLogsDataSource)
 Contains information about the bot from which the conversation logs are sourced. 
 | 
public void setConversationLogsDataSource(ConversationLogsDataSource conversationLogsDataSource)
Contains information about the bot from which the conversation logs are sourced.
conversationLogsDataSource - Contains information about the bot from which the conversation logs are sourced.public ConversationLogsDataSource getConversationLogsDataSource()
Contains information about the bot from which the conversation logs are sourced.
public TestSetGenerationDataSource withConversationLogsDataSource(ConversationLogsDataSource conversationLogsDataSource)
Contains information about the bot from which the conversation logs are sourced.
conversationLogsDataSource - Contains information about the bot from which the conversation logs are sourced.public String toString()
toString in class ObjectObject.toString()public TestSetGenerationDataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.