@Generated(value="software.amazon.awssdk:codegen") public final class AddRegionRequest extends DirectoryRequest implements ToCopyableBuilder<AddRegionRequest.Builder,AddRegionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddRegionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddRegionRequest.Builder |
builder() |
String |
directoryId()
The identifier of the directory to which you want to add Region replication.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
regionName()
The name of the Region where you want to add domain controllers for replication.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddRegionRequest.Builder> |
serializableBuilderClass() |
AddRegionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DirectoryVpcSettings |
vpcSettings()
Returns the value of the VPCSettings property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String directoryId()
The identifier of the directory to which you want to add Region replication.
public String regionName()
The name of the Region where you want to add domain controllers for replication. For example,
us-east-1.
us-east-1.public DirectoryVpcSettings vpcSettings()
public AddRegionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddRegionRequest.Builder,AddRegionRequest>toBuilder in class DirectoryRequestpublic static AddRegionRequest.Builder builder()
public static Class<? extends AddRegionRequest.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.