@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentMemoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAgentMemoryRequest() |
Modifier and Type | Method and Description |
---|---|
GetAgentMemoryRequest |
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.
|
Integer |
getMaxItems()
The maximum number of items to return in the response.
|
String |
getMemoryId()
The unique identifier of the memory.
|
String |
getMemoryType()
The type of memory.
|
String |
getNextToken()
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the
nextToken field in the response in this field to return the next batch of results. |
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 |
setMaxItems(Integer maxItems)
The maximum number of items to return in the response.
|
void |
setMemoryId(String memoryId)
The unique identifier of the memory.
|
void |
setMemoryType(String memoryType)
The type of memory.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the
nextToken field in the response in this field to return the next batch of results. |
String |
toString()
Returns a string representation of this object.
|
GetAgentMemoryRequest |
withAgentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
|
GetAgentMemoryRequest |
withAgentId(String agentId)
The unique identifier of the agent to which the alias belongs.
|
GetAgentMemoryRequest |
withMaxItems(Integer maxItems)
The maximum number of items to return in the response.
|
GetAgentMemoryRequest |
withMemoryId(String memoryId)
The unique identifier of the memory.
|
GetAgentMemoryRequest |
withMemoryType(MemoryType memoryType)
The type of memory.
|
GetAgentMemoryRequest |
withMemoryType(String memoryType)
The type of memory.
|
GetAgentMemoryRequest |
withNextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the
nextToken field in the response in this field to return the next batch of results. |
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 GetAgentMemoryRequest 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 GetAgentMemoryRequest 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 setMaxItems(Integer maxItems)
The maximum number of items to return in the response. If the total number of results is greater than this value,
use the token returned in the response in the nextToken
field when making another request to return
the next batch of results.
maxItems
- The maximum number of items to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public Integer getMaxItems()
The maximum number of items to return in the response. If the total number of results is greater than this value,
use the token returned in the response in the nextToken
field when making another request to return
the next batch of results.
nextToken
field when making
another request to return the next batch of results.public GetAgentMemoryRequest withMaxItems(Integer maxItems)
The maximum number of items to return in the response. If the total number of results is greater than this value,
use the token returned in the response in the nextToken
field when making another request to return
the next batch of results.
maxItems
- The maximum number of items to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.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 GetAgentMemoryRequest withMemoryId(String memoryId)
The unique identifier of the memory.
memoryId
- The unique identifier of the memory.public void setMemoryType(String memoryType)
The type of memory.
memoryType
- The type of memory.MemoryType
public String getMemoryType()
The type of memory.
MemoryType
public GetAgentMemoryRequest withMemoryType(String memoryType)
The type of memory.
memoryType
- The type of memory.MemoryType
public GetAgentMemoryRequest withMemoryType(MemoryType memoryType)
The type of memory.
memoryType
- The type of memory.MemoryType
public void setNextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the nextToken
field in the response in this field to return the next batch of results.
nextToken
- If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the nextToken
field in the response in this field to return the next batch of
results.public String getNextToken()
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the nextToken
field in the response in this field to return the next batch of results.
nextToken
field in the response in this field to return the next batch
of results.public GetAgentMemoryRequest withNextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the nextToken
field in the response in this field to return the next batch of results.
nextToken
- If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the nextToken
field in the response in this field to return the next batch of
results.public String toString()
toString
in class Object
Object.toString()
public GetAgentMemoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()