@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentKnowledgeBase extends Object implements Serializable, Cloneable, StructuredPojo
Contains the information of an Agent Knowledge Base.
Constructor and Description |
---|
AgentKnowledgeBase() |
public void setAgentId(String agentId)
agentId
- public String getAgentId()
public AgentKnowledgeBase withAgentId(String agentId)
agentId
- public void setAgentVersion(String agentVersion)
agentVersion
- public String getAgentVersion()
public AgentKnowledgeBase withAgentVersion(String agentVersion)
agentVersion
- public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public String getKnowledgeBaseId()
public AgentKnowledgeBase withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId
- public void setDescription(String description)
description
- public String getDescription()
public AgentKnowledgeBase withDescription(String description)
description
- public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public AgentKnowledgeBase withCreatedAt(Date createdAt)
createdAt
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public AgentKnowledgeBase withUpdatedAt(Date updatedAt)
updatedAt
- public void setKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public String getKnowledgeBaseState()
KnowledgeBaseState
public AgentKnowledgeBase withKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public AgentKnowledgeBase withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public String toString()
toString
in class Object
Object.toString()
public AgentKnowledgeBase clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.