@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResiliencyPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResiliencyPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResiliencyPoliciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
Null, or the token from a previous call to get the next set of results.
|
String |
getPolicyName()
The name of the policy
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
void |
setPolicyName(String policyName)
The name of the policy
|
String |
toString()
Returns a string representation of this object.
|
ListResiliencyPoliciesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListResiliencyPoliciesRequest |
withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListResiliencyPoliciesRequest |
withPolicyName(String policyName)
The name of the policy
|
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 setMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.public Integer getMaxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.public ListResiliencyPoliciesRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.public void setNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken
- Null, or the token from a previous call to get the next set of results.public String getNextToken()
Null, or the token from a previous call to get the next set of results.
public ListResiliencyPoliciesRequest withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken
- Null, or the token from a previous call to get the next set of results.public void setPolicyName(String policyName)
The name of the policy
policyName
- The name of the policypublic String getPolicyName()
The name of the policy
public ListResiliencyPoliciesRequest withPolicyName(String policyName)
The name of the policy
policyName
- The name of the policypublic String toString()
toString
in class Object
Object.toString()
public ListResiliencyPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()