@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeACLsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeACLsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeACLsResult |
clone() |
boolean |
equals(Object obj) |
List<ACL> |
getACLs()
The list of ACLs
|
String |
getNextToken()
If nextToken is returned, there are more results available.
|
int |
hashCode() |
void |
setACLs(Collection<ACL> aCLs)
The list of ACLs
|
void |
setNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeACLsResult |
withACLs(ACL... aCLs)
The list of ACLs
|
DescribeACLsResult |
withACLs(Collection<ACL> aCLs)
The list of ACLs
|
DescribeACLsResult |
withNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setACLs(Collection<ACL> aCLs)
The list of ACLs
aCLs
- The list of ACLspublic DescribeACLsResult withACLs(ACL... aCLs)
The list of ACLs
NOTE: This method appends the values to the existing list (if any). Use
setACLs(java.util.Collection)
or withACLs(java.util.Collection)
if you want to override the
existing values.
aCLs
- The list of ACLspublic DescribeACLsResult withACLs(Collection<ACL> aCLs)
The list of ACLs
aCLs
- The list of ACLspublic void setNextToken(String nextToken)
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
- 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()
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 DescribeACLsResult withNextToken(String nextToken)
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
- 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 DescribeACLsResult clone()