@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) |
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 - RetrieveAndGenerateTypepublic String getType()
RetrieveAndGenerateTypepublic RetrieveAndGenerateConfiguration withType(String type)
type - RetrieveAndGenerateTypepublic RetrieveAndGenerateConfiguration withType(RetrieveAndGenerateType type)
type - RetrieveAndGenerateTypepublic void setKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
knowledgeBaseConfiguration - public KnowledgeBaseRetrieveAndGenerateConfiguration getKnowledgeBaseConfiguration()
public RetrieveAndGenerateConfiguration withKnowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)
knowledgeBaseConfiguration - public String toString()
toString in class ObjectObject.toString()public RetrieveAndGenerateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.