@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveAndGenerateConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configures the retrieval and generation for the session.
Constructor and Description |
---|
RetrieveAndGenerateConfiguration() |
Modifier and Type | Method and Description |
---|---|
RetrieveAndGenerateConfiguration |
clone() |
boolean |
equals(Object obj) |
KnowledgeBaseRetrieveAndGenerateConfiguration |
getKnowledgeBaseConfiguration() |
String |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
RetrieveAndGenerateConfiguration |
withKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration) |
RetrieveAndGenerateConfiguration |
withType(RetrieveAndGenerateType type) |
RetrieveAndGenerateConfiguration |
withType(String type) |
public void setType(String type)
type
- RetrieveAndGenerateType
public String getType()
RetrieveAndGenerateType
public RetrieveAndGenerateConfiguration withType(String type)
type
- RetrieveAndGenerateType
public RetrieveAndGenerateConfiguration withType(RetrieveAndGenerateType type)
type
- RetrieveAndGenerateType
public void setKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
knowledgeBaseConfiguration
- public KnowledgeBaseRetrieveAndGenerateConfiguration getKnowledgeBaseConfiguration()
public RetrieveAndGenerateConfiguration withKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
knowledgeBaseConfiguration
- public String toString()
toString
in class Object
Object.toString()
public RetrieveAndGenerateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.