@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentKnowledgeBaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Update Agent Knowledge Base Request
NOOP| Constructor and Description |
|---|
UpdateAgentKnowledgeBaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentKnowledgeBaseRequest |
clone() |
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()
Id generated at the server side when a Knowledge Base is associated to an Agent
|
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)
Id generated at the server side when a Knowledge Base is associated to an Agent
|
void |
setKnowledgeBaseState(String knowledgeBaseState) |
String |
toString()
Returns a string representation of this object.
|
UpdateAgentKnowledgeBaseRequest |
withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
UpdateAgentKnowledgeBaseRequest |
withAgentVersion(String agentVersion)
Draft Version of the Agent.
|
UpdateAgentKnowledgeBaseRequest |
withDescription(String description) |
UpdateAgentKnowledgeBaseRequest |
withKnowledgeBaseId(String knowledgeBaseId)
Id generated at the server side when a Knowledge Base is associated to an Agent
|
UpdateAgentKnowledgeBaseRequest |
withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState) |
UpdateAgentKnowledgeBaseRequest |
withKnowledgeBaseState(String knowledgeBaseState) |
addHandlerContext, copyBaseTo, 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 UpdateAgentKnowledgeBaseRequest 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 UpdateAgentKnowledgeBaseRequest withAgentVersion(String agentVersion)
Draft Version of the Agent.
agentVersion - Draft Version of the Agent.public void setKnowledgeBaseId(String knowledgeBaseId)
Id generated at the server side when a Knowledge Base is associated to an Agent
knowledgeBaseId - Id generated at the server side when a Knowledge Base is associated to an Agentpublic String getKnowledgeBaseId()
Id generated at the server side when a Knowledge Base is associated to an Agent
public UpdateAgentKnowledgeBaseRequest withKnowledgeBaseId(String knowledgeBaseId)
Id generated at the server side when a Knowledge Base is associated to an Agent
knowledgeBaseId - Id generated at the server side when a Knowledge Base is associated to an Agentpublic void setDescription(String description)
description - public String getDescription()
public UpdateAgentKnowledgeBaseRequest withDescription(String description)
description - public void setKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic String getKnowledgeBaseState()
KnowledgeBaseStatepublic UpdateAgentKnowledgeBaseRequest withKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic UpdateAgentKnowledgeBaseRequest withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
knowledgeBaseState - KnowledgeBaseStatepublic String toString()
toString in class ObjectObject.toString()public UpdateAgentKnowledgeBaseRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.