@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailableManagementCidrRangesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAvailableManagementCidrRangesResult() |
Modifier and Type | Method and Description |
---|---|
ListAvailableManagementCidrRangesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getManagementCidrRanges()
The list of available IP address ranges, specified as IPv4 CIDR blocks.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setManagementCidrRanges(Collection<String> managementCidrRanges)
The list of available IP address ranges, specified as IPv4 CIDR blocks.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAvailableManagementCidrRangesResult |
withManagementCidrRanges(Collection<String> managementCidrRanges)
The list of available IP address ranges, specified as IPv4 CIDR blocks.
|
ListAvailableManagementCidrRangesResult |
withManagementCidrRanges(String... managementCidrRanges)
The list of available IP address ranges, specified as IPv4 CIDR blocks.
|
ListAvailableManagementCidrRangesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAvailableManagementCidrRangesResult()
public List<String> getManagementCidrRanges()
The list of available IP address ranges, specified as IPv4 CIDR blocks.
public void setManagementCidrRanges(Collection<String> managementCidrRanges)
The list of available IP address ranges, specified as IPv4 CIDR blocks.
managementCidrRanges
- The list of available IP address ranges, specified as IPv4 CIDR blocks.public ListAvailableManagementCidrRangesResult withManagementCidrRanges(String... managementCidrRanges)
The list of available IP address ranges, specified as IPv4 CIDR blocks.
NOTE: This method appends the values to the existing list (if any). Use
setManagementCidrRanges(java.util.Collection)
or withManagementCidrRanges(java.util.Collection)
if you want to override the existing values.
managementCidrRanges
- The list of available IP address ranges, specified as IPv4 CIDR blocks.public ListAvailableManagementCidrRangesResult withManagementCidrRanges(Collection<String> managementCidrRanges)
The list of available IP address ranges, specified as IPv4 CIDR blocks.
managementCidrRanges
- The list of available IP address ranges, specified as IPv4 CIDR blocks.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.
public ListAvailableManagementCidrRangesResult 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 ListAvailableManagementCidrRangesResult clone()