@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAgentActionGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAgentActionGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAgentActionGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentId()
The unique identifier of the agent.
|
String |
getAgentVersion()
The version of the agent.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults 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 |
setAgentId(String agentId)
The unique identifier of the agent.
|
void |
setAgentVersion(String agentVersion)
The version of the agent.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults 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.
|
ListAgentActionGroupsRequest |
withAgentId(String agentId)
The unique identifier of the agent.
|
ListAgentActionGroupsRequest |
withAgentVersion(String agentVersion)
The version of the agent.
|
ListAgentActionGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAgentActionGroupsRequest |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults 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 setAgentId(String agentId)
The unique identifier of the agent.
agentId
- The unique identifier of the agent.public String getAgentId()
The unique identifier of the agent.
public ListAgentActionGroupsRequest withAgentId(String agentId)
The unique identifier of the agent.
agentId
- The unique identifier of the agent.public void setAgentVersion(String agentVersion)
The version of the agent.
agentVersion
- The version of the agent.public String getAgentVersion()
The version of the agent.
public ListAgentActionGroupsRequest withAgentVersion(String agentVersion)
The version of the agent.
agentVersion
- The version of the agent.public void setMaxResults(Integer maxResults)
The maximum number of results 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.
maxResults
- The maximum number of results 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 getMaxResults()
The maximum number of results 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 ListAgentActionGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results 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.
maxResults
- The maximum number of results 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 setNextToken(String nextToken)
If the total number of results is greater than the maxResults
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 maxResults
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 maxResults
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.
maxResults
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 ListAgentActionGroupsRequest withNextToken(String nextToken)
If the total number of results is greater than the maxResults
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 maxResults
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 ListAgentActionGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()