@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountCustomizationRequest extends QuickSightRequest implements ToCopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountCustomizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
|
static DescribeAccountCustomizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespace()
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
|
Boolean |
resolved()
The
Resolved flag works with the other parameters to determine which view of Amazon QuickSight
customizations is returned. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountCustomizationRequest.Builder> |
serializableBuilderClass() |
DescribeAccountCustomizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
public final String namespace()
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
public final Boolean resolved()
The Resolved flag works with the other parameters to determine which view of Amazon QuickSight
customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight
uses to identify which customizations to apply to the console. Omit this flag, or set it to
no-resolved, to reveal customizations that are configured at different levels.
Resolved flag works with the other parameters to determine which view of Amazon
QuickSight customizations is returned. You can add this flag to your command to use the same view that
Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set
it to no-resolved, to reveal customizations that are configured at different levels.public DescribeAccountCustomizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>toBuilder in class QuickSightRequestpublic static DescribeAccountCustomizationRequest.Builder builder()
public static Class<? extends DescribeAccountCustomizationRequest.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.