@Generated(value="software.amazon.awssdk:codegen") public final class ListEnabledControlsRequest extends ControlTowerRequest implements ToCopyableBuilder<ListEnabledControlsRequest.Builder,ListEnabledControlsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEnabledControlsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEnabledControlsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
How many results to return per API call.
|
String |
nextToken()
The token to continue the list from a previous API call with the same parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEnabledControlsRequest.Builder> |
serializableBuilderClass() |
String |
targetIdentifier()
The ARN of the organizational unit.
|
ListEnabledControlsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
How many results to return per API call.
public final String nextToken()
The token to continue the list from a previous API call with the same parameters.
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 ListEnabledControlsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEnabledControlsRequest.Builder,ListEnabledControlsRequest>toBuilder in class ControlTowerRequestpublic static ListEnabledControlsRequest.Builder builder()
public static Class<? extends ListEnabledControlsRequest.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.