@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeByoipCidrsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeByoipCidrsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeByoipCidrsResult |
clone() |
boolean |
equals(Object obj) |
List<ByoipCidr> |
getByoipCidrs()
Information about your address ranges.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeByoipCidrsResult |
withByoipCidrs(ByoipCidr... byoipCidrs)
Information about your address ranges.
|
DescribeByoipCidrsResult |
withByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
|
DescribeByoipCidrsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ByoipCidr> getByoipCidrs()
Information about your address ranges.
public void setByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
byoipCidrs
- Information about your address ranges.public DescribeByoipCidrsResult withByoipCidrs(ByoipCidr... byoipCidrs)
Information about your address ranges.
NOTE: This method appends the values to the existing list (if any). Use
setByoipCidrs(java.util.Collection)
or withByoipCidrs(java.util.Collection)
if you want to
override the existing values.
byoipCidrs
- Information about your address ranges.public DescribeByoipCidrsResult withByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
byoipCidrs
- Information about your address ranges.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 DescribeByoipCidrsResult 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 DescribeByoipCidrsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.