@Generated(value="software.amazon.awssdk:codegen") public final class UpdateThemeRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateThemeRequest.Builder,UpdateThemeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateThemeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID of the AWS account that contains the theme that you're updating.
|
String |
baseThemeId()
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
|
static UpdateThemeRequest.Builder |
builder() |
ThemeConfiguration |
configuration()
The theme configuration, which contains the theme display properties.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name for the theme.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateThemeRequest.Builder> |
serializableBuilderClass() |
String |
themeId()
The ID for the theme.
|
UpdateThemeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionDescription()
A description of the theme version that you're updating Every time that you call
UpdateTheme, you
create a new version of the theme. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String awsAccountId()
The ID of the AWS account that contains the theme that you're updating.
public String themeId()
The ID for the theme.
public String name()
The name for the theme.
public String baseThemeId()
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.
public String versionDescription()
A description of the theme version that you're updating Every time that you call UpdateTheme, you
create a new version of the theme. Each version of the theme maintains a description of the version in
VersionDescription.
UpdateTheme
, you create a new version of the theme. Each version of the theme maintains a description of the version
in VersionDescription.public ThemeConfiguration configuration()
The theme configuration, which contains the theme display properties.
public UpdateThemeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateThemeRequest.Builder,UpdateThemeRequest>toBuilder in class QuickSightRequestpublic static UpdateThemeRequest.Builder builder()
public static Class<? extends UpdateThemeRequest.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.