@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Agent extends Object implements Serializable, Cloneable, StructuredPojo
Contains the information of an agent
| Constructor and Description |
|---|
Agent() |
public void setAgentId(String agentId)
agentId - public String getAgentId()
public Agent withAgentId(String agentId)
agentId - public void setAgentName(String agentName)
agentName - public String getAgentName()
public Agent withAgentName(String agentName)
agentName - public void setAgentArn(String agentArn)
agentArn - public String getAgentArn()
public Agent withAgentArn(String agentArn)
agentArn - public void setAgentVersion(String agentVersion)
agentVersion - public String getAgentVersion()
public Agent withAgentVersion(String agentVersion)
agentVersion - public void setClientToken(String clientToken)
clientToken - public String getClientToken()
public Agent withClientToken(String clientToken)
clientToken - public void setInstruction(String instruction)
instruction - public String getInstruction()
public Agent withInstruction(String instruction)
instruction - public void setAgentStatus(String agentStatus)
agentStatus - AgentStatuspublic String getAgentStatus()
AgentStatuspublic Agent withAgentStatus(String agentStatus)
agentStatus - AgentStatuspublic Agent withAgentStatus(AgentStatus agentStatus)
agentStatus - AgentStatuspublic void setFoundationModel(String foundationModel)
foundationModel - public String getFoundationModel()
public Agent withFoundationModel(String foundationModel)
foundationModel - public void setDescription(String description)
description - public String getDescription()
public Agent withDescription(String description)
description - public void setIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
idleSessionTTLInSeconds - public Integer getIdleSessionTTLInSeconds()
public Agent withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
idleSessionTTLInSeconds - public void setAgentResourceRoleArn(String agentResourceRoleArn)
agentResourceRoleArn - public String getAgentResourceRoleArn()
public Agent withAgentResourceRoleArn(String agentResourceRoleArn)
agentResourceRoleArn - public void setCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
customerEncryptionKeyArn - public String getCustomerEncryptionKeyArn()
public Agent withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
customerEncryptionKeyArn - public void setCreatedAt(Date createdAt)
createdAt - public Date getCreatedAt()
public Agent withCreatedAt(Date createdAt)
createdAt - public void setUpdatedAt(Date updatedAt)
updatedAt - public Date getUpdatedAt()
public Agent withUpdatedAt(Date updatedAt)
updatedAt - public void setPreparedAt(Date preparedAt)
preparedAt - public Date getPreparedAt()
public Agent withPreparedAt(Date preparedAt)
preparedAt - public void setFailureReasons(Collection<String> failureReasons)
failureReasons - public Agent withFailureReasons(String... failureReasons)
NOTE: This method appends the values to the existing list (if any). Use
setFailureReasons(java.util.Collection) or withFailureReasons(java.util.Collection) if you want
to override the existing values.
failureReasons - public Agent withFailureReasons(Collection<String> failureReasons)
failureReasons - public void setRecommendedActions(Collection<String> recommendedActions)
recommendedActions - public Agent withRecommendedActions(String... recommendedActions)
NOTE: This method appends the values to the existing list (if any). Use
setRecommendedActions(java.util.Collection) or withRecommendedActions(java.util.Collection) if
you want to override the existing values.
recommendedActions - public Agent withRecommendedActions(Collection<String> recommendedActions)
recommendedActions - public void setPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
promptOverrideConfiguration - public PromptOverrideConfiguration getPromptOverrideConfiguration()
public Agent withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)
promptOverrideConfiguration - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.