@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentKnowledgeBaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAgentKnowledgeBaseResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAgentKnowledgeBaseResult |
clone() |
boolean |
equals(Object obj) |
AgentKnowledgeBase |
getAgentKnowledgeBase()
Contains details about a knowledge base attached to an agent.
|
int |
hashCode() |
void |
setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
|
String |
toString()
Returns a string representation of this object.
|
GetAgentKnowledgeBaseResult |
withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
agentKnowledgeBase - Contains details about a knowledge base attached to an agent.public AgentKnowledgeBase getAgentKnowledgeBase()
Contains details about a knowledge base attached to an agent.
public GetAgentKnowledgeBaseResult withAgentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Contains details about a knowledge base attached to an agent.
agentKnowledgeBase - Contains details about a knowledge base attached to an agent.public String toString()
toString in class ObjectObject.toString()public GetAgentKnowledgeBaseResult clone()
Copyright © 2025. All rights reserved.