@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeACLsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeACLsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeACLsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getACLName()
The name of the ACL
|
Integer |
getMaxResults()
The maximum number of records to include in the response.
|
String |
getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
int |
hashCode() |
void |
setACLName(String aCLName)
The name of the ACL
|
void |
setMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
void |
setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
String |
toString()
Returns a string representation of this object.
|
DescribeACLsRequest |
withACLName(String aCLName)
The name of the ACL
|
DescribeACLsRequest |
withMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeACLsRequest |
withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
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 setACLName(String aCLName)
The name of the ACL
aCLName
- The name of the ACLpublic String getACLName()
The name of the ACL
public DescribeACLsRequest withACLName(String aCLName)
The name of the ACL
aCLName
- The name of the ACLpublic void setMaxResults(Integer maxResults)
The maximum number of records to include in the response. If more records 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 records to include in the response. If more records 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 records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
public DescribeACLsRequest withMaxResults(Integer maxResults)
The maximum number of records to include in the response. If more records 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 records to include in the response. If more records 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)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public String getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
public DescribeACLsRequest withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public String toString()
toString
in class Object
Object.toString()
public DescribeACLsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()