@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAvailabilityZonesRequest extends Ec2Request implements ToCopyableBuilder<DescribeAvailabilityZonesRequest.Builder,DescribeAvailabilityZonesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAvailabilityZonesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allAvailabilityZones()
Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.
|
static DescribeAvailabilityZonesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Filter> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
Returns true if the Filters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasZoneIds()
Returns true if the ZoneIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasZoneNames()
Returns true if the ZoneNames property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAvailabilityZonesRequest.Builder> |
serializableBuilderClass() |
DescribeAvailabilityZonesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
zoneIds()
The IDs of the Availability Zones, Local Zones, and Wavelength Zones.
|
List<String> |
zoneNames()
The names of the Availability Zones, Local Zones, and Wavelength Zones.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasFilters()
public List<Filter> filters()
The filters.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the group
associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength Zones, use the name of
the group associated with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1).
message - The Zone message.
opt-in-status - The opt-in status (opted-in, and not-opted-in |
opt-in-not-required).
parent-zoneID - The ID of the zone that handles some of the Local Zone and Wavelength Zone control
plane operations, such as API calls.
parent-zoneName - The ID of the zone that handles some of the Local Zone and Wavelength Zone control
plane operations, such as API calls.
region-name - The name of the Region for the Zone (for example, us-east-1).
state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (
available | information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1), the Local Zone (for
example, usw2-lax1-az1), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1).
zone-type - The type of zone, for example, local-zone.
zone-name - The name of the Availability Zone (for example, us-east-1a), the Local Zone
(for example, us-west-2-lax-1a), or the Wavelength Zone (for example,
us-east-1-wl1-bos-wlz-1).
zone-type - The type of zone, for example, local-zone.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilters() to see if a value was sent in this field.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name of
the group associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength
Zones, use the name of the group associated with the Wavelength Zone (for example,
us-east-1-wl1-bos-wlz-1).
message - The Zone message.
opt-in-status - The opt-in status (opted-in, and not-opted-in |
opt-in-not-required).
parent-zoneID - The ID of the zone that handles some of the Local Zone and Wavelength Zone
control plane operations, such as API calls.
parent-zoneName - The ID of the zone that handles some of the Local Zone and Wavelength Zone
control plane operations, such as API calls.
region-name - The name of the Region for the Zone (for example, us-east-1).
state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (
available | information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1), the Local
Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example,
us-east-1-wl1-bos-wlz-1).
zone-type - The type of zone, for example, local-zone.
zone-name - The name of the Availability Zone (for example, us-east-1a), the
Local Zone (for example, us-west-2-lax-1a), or the Wavelength Zone (for example,
us-east-1-wl1-bos-wlz-1).
zone-type - The type of zone, for example, local-zone.
public boolean hasZoneNames()
public List<String> zoneNames()
The names of the Availability Zones, Local Zones, and Wavelength Zones.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasZoneNames() to see if a value was sent in this field.
public boolean hasZoneIds()
public List<String> zoneIds()
The IDs of the Availability Zones, Local Zones, and Wavelength Zones.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasZoneIds() to see if a value was sent in this field.
public Boolean allAvailabilityZones()
Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.
If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.
If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.
public DescribeAvailabilityZonesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAvailabilityZonesRequest.Builder,DescribeAvailabilityZonesRequest>toBuilder in class Ec2Requestpublic static DescribeAvailabilityZonesRequest.Builder builder()
public static Class<? extends DescribeAvailabilityZonesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.