@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KnowledgeBaseRetrieveAndGenerateConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configurations for retrieval and generation for knowledge base.
| Constructor and Description |
|---|
KnowledgeBaseRetrieveAndGenerateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseRetrieveAndGenerateConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKnowledgeBaseId() |
String |
getModelArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKnowledgeBaseId(String knowledgeBaseId) |
void |
setModelArn(String modelArn) |
String |
toString()
Returns a string representation of this object.
|
KnowledgeBaseRetrieveAndGenerateConfiguration |
withKnowledgeBaseId(String knowledgeBaseId) |
KnowledgeBaseRetrieveAndGenerateConfiguration |
withModelArn(String modelArn) |
public KnowledgeBaseRetrieveAndGenerateConfiguration()
public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId - public String getKnowledgeBaseId()
public KnowledgeBaseRetrieveAndGenerateConfiguration withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId - public void setModelArn(String modelArn)
modelArn - public String getModelArn()
public KnowledgeBaseRetrieveAndGenerateConfiguration withModelArn(String modelArn)
modelArn - public String toString()
toString in class ObjectObject.toString()public KnowledgeBaseRetrieveAndGenerateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.