@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 Amazon Web Services 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 final String awsAccountId()
The ID of the Amazon Web Services account that contains the theme that you're updating.
public final String themeId()
The ID for the theme.
public final String name()
The name for the theme.
public final String baseThemeId()
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
public final 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 final 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 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.