@Generated(value="software.amazon.awssdk:codegen") public final class CreateAccountCustomizationRequest extends QuickSightRequest implements ToCopyableBuilder<CreateAccountCustomizationRequest.Builder,CreateAccountCustomizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAccountCustomizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountCustomization |
accountCustomization()
The QuickSight customizations you're adding in the current AWS Region.
|
String |
awsAccountId()
The ID for the AWS account that you want to customize QuickSight for.
|
static CreateAccountCustomizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
namespace()
The QuickSight namespace that you want to add customizations to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAccountCustomizationRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of the tags that you want to attach to this resource.
|
CreateAccountCustomizationRequest.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 AWS account that you want to customize QuickSight for.
public final String namespace()
The QuickSight namespace that you want to add customizations to.
public final AccountCustomization accountCustomization()
The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.
For example, you can add a default theme by setting AccountCustomization to the midnight theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you can
add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
For example, you can add a default theme by setting AccountCustomization to the midnight
theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
Or, you can add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.
public final boolean hasTags()
public final List<Tag> tags()
A list of the tags that you want to attach to this resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateAccountCustomizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAccountCustomizationRequest.Builder,CreateAccountCustomizationRequest>toBuilder in class QuickSightRequestpublic static CreateAccountCustomizationRequest.Builder builder()
public static Class<? extends CreateAccountCustomizationRequest.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 © 2020. All rights reserved.