@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubnetCidrReservationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSubnetCidrReservationsResult() |
Modifier and Type | Method and Description |
---|---|
GetSubnetCidrReservationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<SubnetCidrReservation> |
getSubnetIpv4CidrReservations()
Information about the IPv4 subnet CIDR reservations.
|
List<SubnetCidrReservation> |
getSubnetIpv6CidrReservations()
Information about the IPv6 subnet CIDR reservations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setSubnetIpv4CidrReservations(Collection<SubnetCidrReservation> subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
|
void |
setSubnetIpv6CidrReservations(Collection<SubnetCidrReservation> subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
|
String |
toString()
Returns a string representation of this object.
|
GetSubnetCidrReservationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetSubnetCidrReservationsResult |
withSubnetIpv4CidrReservations(Collection<SubnetCidrReservation> subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
|
GetSubnetCidrReservationsResult |
withSubnetIpv4CidrReservations(SubnetCidrReservation... subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
|
GetSubnetCidrReservationsResult |
withSubnetIpv6CidrReservations(Collection<SubnetCidrReservation> subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
|
GetSubnetCidrReservationsResult |
withSubnetIpv6CidrReservations(SubnetCidrReservation... subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SubnetCidrReservation> getSubnetIpv4CidrReservations()
Information about the IPv4 subnet CIDR reservations.
public void setSubnetIpv4CidrReservations(Collection<SubnetCidrReservation> subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
subnetIpv4CidrReservations
- Information about the IPv4 subnet CIDR reservations.public GetSubnetCidrReservationsResult withSubnetIpv4CidrReservations(SubnetCidrReservation... subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIpv4CidrReservations(java.util.Collection)
or
withSubnetIpv4CidrReservations(java.util.Collection)
if you want to override the existing values.
subnetIpv4CidrReservations
- Information about the IPv4 subnet CIDR reservations.public GetSubnetCidrReservationsResult withSubnetIpv4CidrReservations(Collection<SubnetCidrReservation> subnetIpv4CidrReservations)
Information about the IPv4 subnet CIDR reservations.
subnetIpv4CidrReservations
- Information about the IPv4 subnet CIDR reservations.public List<SubnetCidrReservation> getSubnetIpv6CidrReservations()
Information about the IPv6 subnet CIDR reservations.
public void setSubnetIpv6CidrReservations(Collection<SubnetCidrReservation> subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
subnetIpv6CidrReservations
- Information about the IPv6 subnet CIDR reservations.public GetSubnetCidrReservationsResult withSubnetIpv6CidrReservations(SubnetCidrReservation... subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIpv6CidrReservations(java.util.Collection)
or
withSubnetIpv6CidrReservations(java.util.Collection)
if you want to override the existing values.
subnetIpv6CidrReservations
- Information about the IPv6 subnet CIDR reservations.public GetSubnetCidrReservationsResult withSubnetIpv6CidrReservations(Collection<SubnetCidrReservation> subnetIpv6CidrReservations)
Information about the IPv6 subnet CIDR reservations.
subnetIpv6CidrReservations
- Information about the IPv6 subnet CIDR reservations.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 GetSubnetCidrReservationsResult 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 GetSubnetCidrReservationsResult clone()