@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()
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()
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, 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)
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
- KnowledgeBaseState
public String getKnowledgeBaseState()
KnowledgeBaseState
public UpdateAgentKnowledgeBaseRequest withKnowledgeBaseState(String knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public UpdateAgentKnowledgeBaseRequest withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
knowledgeBaseState
- KnowledgeBaseState
public String toString()
toString
in class Object
Object.toString()
public UpdateAgentKnowledgeBaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()