@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Update Agent Request
NOOP
Constructor and Description |
---|
UpdateAgentRequest() |
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 UpdateAgentRequest 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 setAgentName(String agentName)
agentName
- public String getAgentName()
public UpdateAgentRequest withAgentName(String agentName)
agentName
- public void setInstruction(String instruction)
instruction
- public String getInstruction()
public UpdateAgentRequest withInstruction(String instruction)
instruction
- public void setFoundationModel(String foundationModel)
foundationModel
- public String getFoundationModel()
public UpdateAgentRequest withFoundationModel(String foundationModel)
foundationModel
- public void setDescription(String description)
description
- public String getDescription()
public UpdateAgentRequest withDescription(String description)
description
- public void setIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
idleSessionTTLInSeconds
- public Integer getIdleSessionTTLInSeconds()
public UpdateAgentRequest withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
idleSessionTTLInSeconds
- public void setAgentResourceRoleArn(String agentResourceRoleArn)
agentResourceRoleArn
- public String getAgentResourceRoleArn()
public UpdateAgentRequest withAgentResourceRoleArn(String agentResourceRoleArn)
agentResourceRoleArn
- public void setCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
customerEncryptionKeyArn
- public String getCustomerEncryptionKeyArn()
public UpdateAgentRequest withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
customerEncryptionKeyArn
- public void setPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
promptOverrideConfiguration
- public PromptOverrideConfiguration getPromptOverrideConfiguration()
public UpdateAgentRequest withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
promptOverrideConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateAgentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()