@Generated(value="software.amazon.awssdk:codegen") public final class AvailabilityZone extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
The name of an Availability Zone for use during database migration. AvailabilityZone is an optional
parameter to the
CreateReplicationInstance operation, and it’s value relates to the Amazon Web Services Region of an
endpoint. For example, the availability zone of an endpoint in the us-east-1 region might be us-east-1a, us-east-1b,
us-east-1c, or us-east-1d.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AvailabilityZone.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AvailabilityZone.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Availability Zone.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AvailabilityZone.Builder> |
serializableBuilderClass() |
AvailabilityZone.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the Availability Zone.
public AvailabilityZone.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>public static AvailabilityZone.Builder builder()
public static Class<? extends AvailabilityZone.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.