@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentKnowledgeBaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAgentKnowledgeBaseRequest() |
Modifier and Type | Method and Description |
---|---|
GetAgentKnowledgeBaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentId()
The unique identifier of the agent with which the knowledge base is associated.
|
String |
getAgentVersion()
The version of the agent with which the knowledge base is associated.
|
String |
getKnowledgeBaseId()
The unique identifier of the knowledge base associated with the agent.
|
int |
hashCode() |
void |
setAgentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
|
void |
setAgentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
|
void |
setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with the agent.
|
String |
toString()
Returns a string representation of this object.
|
GetAgentKnowledgeBaseRequest |
withAgentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
|
GetAgentKnowledgeBaseRequest |
withAgentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
|
GetAgentKnowledgeBaseRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with the agent.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAgentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
agentId
- The unique identifier of the agent with which the knowledge base is associated.public String getAgentId()
The unique identifier of the agent with which the knowledge base is associated.
public GetAgentKnowledgeBaseRequest withAgentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
agentId
- The unique identifier of the agent with which the knowledge base is associated.public void setAgentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
agentVersion
- The version of the agent with which the knowledge base is associated.public String getAgentVersion()
The version of the agent with which the knowledge base is associated.
public GetAgentKnowledgeBaseRequest withAgentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
agentVersion
- The version of the agent with which the knowledge base is associated.public void setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with the agent.
knowledgeBaseId
- The unique identifier of the knowledge base associated with the agent.public String getKnowledgeBaseId()
The unique identifier of the knowledge base associated with the agent.
public GetAgentKnowledgeBaseRequest withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with the agent.
knowledgeBaseId
- The unique identifier of the knowledge base associated with the agent.public String toString()
toString
in class Object
Object.toString()
public GetAgentKnowledgeBaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()