@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLegalHoldsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLegalHoldsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLegalHoldsRequest |
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 resource list items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned resources.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of resource list items to be returned.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned resources.
|
String |
toString()
Returns a string representation of this object.
|
ListLegalHoldsRequest |
withMaxResults(Integer maxResults)
The maximum number of resource list items to be returned.
|
ListLegalHoldsRequest |
withNextToken(String nextToken)
The next item following a partial list of returned resources.
|
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 setNextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources, NextToken
allows you to return more items in
your list starting at the location pointed to by the next token.public String getNextToken()
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
MaxResults
number of resources, NextToken
allows you to return more items in
your list starting at the location pointed to by the next token.public ListLegalHoldsRequest withNextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults
number of resources, NextToken
allows you to return more items in
your list starting at the location pointed to by the next token.public void setMaxResults(Integer maxResults)
The maximum number of resource list items to be returned.
maxResults
- The maximum number of resource list items to be returned.public Integer getMaxResults()
The maximum number of resource list items to be returned.
public ListLegalHoldsRequest withMaxResults(Integer maxResults)
The maximum number of resource list items to be returned.
maxResults
- The maximum number of resource list items to be returned.public String toString()
toString
in class Object
Object.toString()
public ListLegalHoldsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()