@Generated(value="software.amazon.awssdk:codegen") public final class EnableControlRequest extends ControlTowerRequest implements ToCopyableBuilder<EnableControlRequest.Builder,EnableControlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnableControlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnableControlRequest.Builder |
builder() |
String |
controlIdentifier()
The ARN of the control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnableControlRequest.Builder> |
serializableBuilderClass() |
String |
targetIdentifier()
The ARN of the organizational unit.
|
EnableControlRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String controlIdentifier()
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the
exception of the Region deny control. For information on how to find the controlIdentifier,
see the overview page.
controlIdentifier, see the overview page.public final String targetIdentifier()
The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
targetIdentifier, see
the overview
page.public EnableControlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnableControlRequest.Builder,EnableControlRequest>toBuilder in class ControlTowerRequestpublic static EnableControlRequest.Builder builder()
public static Class<? extends EnableControlRequest.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.