@Generated(value="software.amazon.awssdk:codegen") public final class CreateHomeRegionControlRequest extends MigrationHubConfigRequest implements ToCopyableBuilder<CreateHomeRegionControlRequest.Builder,CreateHomeRegionControlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateHomeRegionControlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateHomeRegionControlRequest.Builder |
builder() |
Boolean |
dryRun()
Optional Boolean flag to indicate whether any effect should take place.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
homeRegion()
The name of the home region of the calling account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateHomeRegionControlRequest.Builder> |
serializableBuilderClass() |
Target |
target()
The account for which this command sets up a home region control.
|
CreateHomeRegionControlRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String homeRegion()
The name of the home region of the calling account.
public final Target target()
The account for which this command sets up a home region control. The Target is always of type
ACCOUNT.
Target is always of
type ACCOUNT.public final Boolean dryRun()
Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
public CreateHomeRegionControlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateHomeRegionControlRequest.Builder,CreateHomeRegionControlRequest>toBuilder in class MigrationHubConfigRequestpublic static CreateHomeRegionControlRequest.Builder builder()
public static Class<? extends CreateHomeRegionControlRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.