@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentMemoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAgentMemoryRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAgentMemoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentAliasId()
The unique identifier of an alias of an agent.
|
String |
getAgentId()
The unique identifier of the agent to which the alias belongs.
|
String |
getMemoryId()
The unique identifier of the memory.
|
int |
hashCode() |
void |
setAgentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
|
void |
setAgentId(String agentId)
The unique identifier of the agent to which the alias belongs.
|
void |
setMemoryId(String memoryId)
The unique identifier of the memory.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentMemoryRequest |
withAgentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
|
DeleteAgentMemoryRequest |
withAgentId(String agentId)
The unique identifier of the agent to which the alias belongs.
|
DeleteAgentMemoryRequest |
withMemoryId(String memoryId)
The unique identifier of the memory.
|
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 setAgentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
agentAliasId
- The unique identifier of an alias of an agent.public String getAgentAliasId()
The unique identifier of an alias of an agent.
public DeleteAgentMemoryRequest withAgentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
agentAliasId
- The unique identifier of an alias of an agent.public void setAgentId(String agentId)
The unique identifier of the agent to which the alias belongs.
agentId
- The unique identifier of the agent to which the alias belongs.public String getAgentId()
The unique identifier of the agent to which the alias belongs.
public DeleteAgentMemoryRequest withAgentId(String agentId)
The unique identifier of the agent to which the alias belongs.
agentId
- The unique identifier of the agent to which the alias belongs.public void setMemoryId(String memoryId)
The unique identifier of the memory.
memoryId
- The unique identifier of the memory.public String getMemoryId()
The unique identifier of the memory.
public DeleteAgentMemoryRequest withMemoryId(String memoryId)
The unique identifier of the memory.
memoryId
- The unique identifier of the memory.public String toString()
toString
in class Object
Object.toString()
public DeleteAgentMemoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()