@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 AWS account that you want to describe 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 QuickSight namespace that you want to describe QuickSight customizations for.
|
Boolean |
resolved()
The
Resolved flag works with the other parameters to determine which view of 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 String awsAccountId()
The ID for the AWS account that you want to describe QuickSight customizations for.
public String namespace()
The QuickSight namespace that you want to describe QuickSight customizations for.
public Boolean resolved()
The Resolved flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that 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 QuickSight
customizations is returned. You can add this flag to your command to use the same view that 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 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.