@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomAvailabilityZonesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCustomAvailabilityZonesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomAvailabilityZonesResult |
clone() |
boolean |
equals(Object obj) |
List<CustomAvailabilityZone> |
getCustomAvailabilityZones()
The list of CustomAvailabilityZone objects for the AWS account.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeCustomAvailabilityZones request. |
int |
hashCode() |
void |
setCustomAvailabilityZones(Collection<CustomAvailabilityZone> customAvailabilityZones)
The list of CustomAvailabilityZone objects for the AWS account.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeCustomAvailabilityZones request. |
String |
toString()
Returns a string representation of this object.
|
DescribeCustomAvailabilityZonesResult |
withCustomAvailabilityZones(Collection<CustomAvailabilityZone> customAvailabilityZones)
The list of CustomAvailabilityZone objects for the AWS account.
|
DescribeCustomAvailabilityZonesResult |
withCustomAvailabilityZones(CustomAvailabilityZone... customAvailabilityZones)
The list of CustomAvailabilityZone objects for the AWS account.
|
DescribeCustomAvailabilityZonesResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeCustomAvailabilityZones request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeCustomAvailabilityZonesResult()
public void setMarker(String marker)
An optional pagination token provided by a previous DescribeCustomAvailabilityZones
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
marker
- An optional pagination token provided by a previous DescribeCustomAvailabilityZones
request.
If this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous DescribeCustomAvailabilityZones
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
DescribeCustomAvailabilityZones
request.
If this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public DescribeCustomAvailabilityZonesResult withMarker(String marker)
An optional pagination token provided by a previous DescribeCustomAvailabilityZones
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
marker
- An optional pagination token provided by a previous DescribeCustomAvailabilityZones
request.
If this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public List<CustomAvailabilityZone> getCustomAvailabilityZones()
The list of CustomAvailabilityZone objects for the AWS account.
public void setCustomAvailabilityZones(Collection<CustomAvailabilityZone> customAvailabilityZones)
The list of CustomAvailabilityZone objects for the AWS account.
customAvailabilityZones
- The list of CustomAvailabilityZone objects for the AWS account.public DescribeCustomAvailabilityZonesResult withCustomAvailabilityZones(CustomAvailabilityZone... customAvailabilityZones)
The list of CustomAvailabilityZone objects for the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setCustomAvailabilityZones(java.util.Collection)
or
withCustomAvailabilityZones(java.util.Collection)
if you want to override the existing values.
customAvailabilityZones
- The list of CustomAvailabilityZone objects for the AWS account.public DescribeCustomAvailabilityZonesResult withCustomAvailabilityZones(Collection<CustomAvailabilityZone> customAvailabilityZones)
The list of CustomAvailabilityZone objects for the AWS account.
customAvailabilityZones
- The list of CustomAvailabilityZone objects for the AWS account.public String toString()
toString
in class Object
Object.toString()
public DescribeCustomAvailabilityZonesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.