@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAccountCustomizationRequest extends QuickSightRequest implements ToCopyableBuilder<DeleteAccountCustomizationRequest.Builder,DeleteAccountCustomizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAccountCustomizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
|
static DeleteAccountCustomizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespace()
The QuickSight namespace that you're deleting the customizations from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAccountCustomizationRequest.Builder> |
serializableBuilderClass() |
DeleteAccountCustomizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String awsAccountId()
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
public String namespace()
The QuickSight namespace that you're deleting the customizations from.
public DeleteAccountCustomizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAccountCustomizationRequest.Builder,DeleteAccountCustomizationRequest>toBuilder in class QuickSightRequestpublic static DeleteAccountCustomizationRequest.Builder builder()
public static Class<? extends DeleteAccountCustomizationRequest.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.