@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAgentKnowledgeBaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Associate Agent Knowledge Base Request
NOOP| Constructor and Description |
|---|
AssociateAgentKnowledgeBaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateAgentKnowledgeBaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentId()
Id generated at the server side when an Agent is created
|
String |
getAgentVersion()
Draft Version of the Agent.
|
String |
getDescription() |
String |
getKnowledgeBaseId() |
String |
getKnowledgeBaseState() |
int |
hashCode() |
void |
setAgentId(String agentId)
Id generated at the server side when an Agent is created
|
void |
setAgentVersion(String agentVersion)
Draft Version of the Agent.
|
void |
setDescription(String description) |
void |
setKnowledgeBaseId(String knowledgeBaseId) |
void |
setKnowledgeBaseState(String knowledgeBaseState) |
String |
toString()
Returns a string representation of this object.
|
AssociateAgentKnowledgeBaseRequest |
withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
AssociateAgentKnowledgeBaseRequest |
withAgentVersion(String agentVersion)
Draft Version of the Agent.
|
AssociateAgentKnowledgeBaseRequest |
withDescription(String description) |
AssociateAgentKnowledgeBaseRequest |
withKnowledgeBaseId(String knowledgeBaseId) |
AssociateAgentKnowledgeBaseRequest |
withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
AssociateAgentKnowledgeBaseRequest |
withKnowledgeBaseState(String knowledgeBaseState) |
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, withSdkRequestTimeoutpublic void setAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId - Id generated at the server side when an Agent is createdpublic String getAgentId()
Id generated at the server side when an Agent is created
public AssociateAgentKnowledgeBaseRequest withAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId - Id generated at the server side when an Agent is createdpublic void setAgentVersion(String agentVersion)
Draft Version of the Agent.
agentVersion - Draft Version of the Agent.public String getAgentVersion()
Draft Version of the Agent.
public AssociateAgentKnowledgeBaseRequest withAgentVersion(String agentVersion)
Draft Version of the Agent.
agentVersion - Draft Version of the Agent.public void setKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId - public String getKnowledgeBaseId()
public AssociateAgentKnowledgeBaseRequest withKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId - public void setDescription(String description)
description - public String getDescription()
public AssociateAgentKnowledgeBaseRequest withDescription(String description)
description - public void setKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic String getKnowledgeBaseState()
KnowledgeBaseStatepublic AssociateAgentKnowledgeBaseRequest withKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic AssociateAgentKnowledgeBaseRequest withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic String toString()
toString in class ObjectObject.toString()public AssociateAgentKnowledgeBaseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()