@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkAclsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNetworkAclsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkAclsResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkAcl> |
getNetworkAcls()
Information about one or more network ACLs.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNetworkAclsResult |
withNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
DescribeNetworkAclsResult |
withNetworkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
|
DescribeNetworkAclsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<NetworkAcl> getNetworkAcls()
Information about one or more network ACLs.
public void setNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
networkAcls
- Information about one or more network ACLs.public DescribeNetworkAclsResult withNetworkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkAcls(java.util.Collection)
or withNetworkAcls(java.util.Collection)
if you want to
override the existing values.
networkAcls
- Information about one or more network ACLs.public DescribeNetworkAclsResult withNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
networkAcls
- Information about one or more network ACLs.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeNetworkAclsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeNetworkAclsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.