@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAccountSettingRequest extends EcsRequest implements ToCopyableBuilder<DeleteAccountSettingRequest.Builder,DeleteAccountSettingRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAccountSettingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteAccountSettingRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SettingName |
name()
The resource name to disable the account setting for.
|
String |
nameAsString()
The resource name to disable the account setting for.
|
String |
principalArn()
The Amazon Resource Name (ARN) of the principal.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAccountSettingRequest.Builder> |
serializableBuilderClass() |
DeleteAccountSettingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SettingName name()
The resource name to disable the account setting for. If serviceLongArnFormat is specified, the ARN
for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID
for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and
resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the
ENI limit for your Amazon ECS container instances is affected.
If the service returns an enum value that is not available in the current SDK version, name will return
SettingName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
serviceLongArnFormat is specified,
the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN
and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is
specified, the ARN and resource ID for your Amazon ECS container instances is affected. If
awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is
affected.SettingNamepublic final String nameAsString()
The resource name to disable the account setting for. If serviceLongArnFormat is specified, the ARN
for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN and resource ID
for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is specified, the ARN and
resource ID for your Amazon ECS container instances is affected. If awsvpcTrunking is specified, the
ENI limit for your Amazon ECS container instances is affected.
If the service returns an enum value that is not available in the current SDK version, name will return
SettingName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
serviceLongArnFormat is specified,
the ARN for your Amazon ECS services is affected. If taskLongArnFormat is specified, the ARN
and resource ID for your Amazon ECS tasks is affected. If containerInstanceLongArnFormat is
specified, the ARN and resource ID for your Amazon ECS container instances is affected. If
awsvpcTrunking is specified, the ENI limit for your Amazon ECS container instances is
affected.SettingNamepublic final String principalArn()
The Amazon Resource Name (ARN) of the principal. It can be an IAM user, IAM role, or the root user. If you specify the root user, it disables the account setting for all IAM users, IAM roles, and the root user of the account unless an IAM user or role explicitly overrides these settings. If this field is omitted, the setting is changed only for the authenticated user.
public DeleteAccountSettingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAccountSettingRequest.Builder,DeleteAccountSettingRequest>toBuilder in class EcsRequestpublic static DeleteAccountSettingRequest.Builder builder()
public static Class<? extends DeleteAccountSettingRequest.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 © 2021. All rights reserved.