@Generated(value="software.amazon.awssdk:codegen") public final class RegionsInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegionsInfo.Builder,RegionsInfo>
Provides information about the Regions that are configured for multi-Region replication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegionsInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
additionalRegions()
Lists the Regions where the directory has been replicated, excluding the primary Region.
|
static RegionsInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdditionalRegions()
Returns true if the AdditionalRegions 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() |
String |
primaryRegion()
The Region where the AWS Managed Microsoft AD directory was originally created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegionsInfo.Builder> |
serializableBuilderClass() |
RegionsInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String primaryRegion()
The Region where the AWS Managed Microsoft AD directory was originally created.
public boolean hasAdditionalRegions()
public List<String> additionalRegions()
Lists the Regions where the directory has been replicated, excluding the primary Region.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAdditionalRegions() to see if a value was sent in this field.
public RegionsInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegionsInfo.Builder,RegionsInfo>public static RegionsInfo.Builder builder()
public static Class<? extends RegionsInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.