@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentKnowledgeBaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAgentKnowledgeBaseResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentKnowledgeBaseResult |
clone() |
boolean |
equals(Object obj) |
AgentKnowledgeBase |
getAgentKnowledgeBase()
Contains details about the knowledge base that has been associated with an agent.
|
int |
hashCode() |
void |
setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAgentKnowledgeBaseResult |
withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
agentKnowledgeBase
- Contains details about the knowledge base that has been associated with an agent.public AgentKnowledgeBase getAgentKnowledgeBase()
Contains details about the knowledge base that has been associated with an agent.
public UpdateAgentKnowledgeBaseResult withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about the knowledge base that has been associated with an agent.
agentKnowledgeBase
- Contains details about the knowledge base that has been associated with an agent.public String toString()
toString
in class Object
Object.toString()
public UpdateAgentKnowledgeBaseResult clone()