@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 - KnowledgeBaseStatepublic String getKnowledgeBaseState()
KnowledgeBaseStatepublic AgentKnowledgeBase withKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic AgentKnowledgeBase withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic String toString()
toString in class ObjectObject.toString()public AgentKnowledgeBase clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.