@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 Object
Object.toString()
public KnowledgeBaseRetrieveAndGenerateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.