@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAvailabilityZonesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeAvailabilityZonesRequest>
Contains the parameters for DescribeAvailabilityZones.
NOOP| Constructor and Description |
|---|
DescribeAvailabilityZonesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAvailabilityZonesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeAvailabilityZonesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters.
|
List<String> |
getZoneNames()
The names of one or more Availability Zones.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters.
|
void |
setZoneNames(Collection<String> zoneNames)
The names of one or more Availability Zones.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAvailabilityZonesRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeAvailabilityZonesRequest |
withFilters(Filter... filters)
One or more filters.
|
DescribeAvailabilityZonesRequest |
withZoneNames(Collection<String> zoneNames)
The names of one or more Availability Zones.
|
DescribeAvailabilityZonesRequest |
withZoneNames(String... zoneNames)
The names of one or more Availability Zones.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<Filter> getFilters()
One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example, us-east-1
).
state - The state of the Availability Zone (available | information |
impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example,
us-east-1).
state - The state of the Availability Zone (available |
information | impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
public void setFilters(Collection<Filter> filters)
One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example, us-east-1
).
state - The state of the Availability Zone (available | information |
impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
filters - One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example,
us-east-1).
state - The state of the Availability Zone (available | information
| impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
public DescribeAvailabilityZonesRequest withFilters(Filter... filters)
One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example, us-east-1
).
state - The state of the Availability Zone (available | information |
impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example,
us-east-1).
state - The state of the Availability Zone (available | information
| impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
public DescribeAvailabilityZonesRequest withFilters(Collection<Filter> filters)
One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example, us-east-1
).
state - The state of the Availability Zone (available | information |
impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
filters - One or more filters.
message - Information about the Availability Zone.
region-name - The name of the region for the Availability Zone (for example,
us-east-1).
state - The state of the Availability Zone (available | information
| impaired | unavailable).
zone-name - The name of the Availability Zone (for example, us-east-1a).
public List<String> getZoneNames()
The names of one or more Availability Zones.
public void setZoneNames(Collection<String> zoneNames)
The names of one or more Availability Zones.
zoneNames - The names of one or more Availability Zones.public DescribeAvailabilityZonesRequest withZoneNames(String... zoneNames)
The names of one or more Availability Zones.
NOTE: This method appends the values to the existing list (if any). Use
setZoneNames(java.util.Collection) or withZoneNames(java.util.Collection) if you want to
override the existing values.
zoneNames - The names of one or more Availability Zones.public DescribeAvailabilityZonesRequest withZoneNames(Collection<String> zoneNames)
The names of one or more Availability Zones.
zoneNames - The names of one or more Availability Zones.public Request<DescribeAvailabilityZonesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeAvailabilityZonesRequest>public String toString()
toString in class ObjectObject.toString()public DescribeAvailabilityZonesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.