@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. |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 QuickSightRequest
public static UpdateThemeRequest.Builder builder()
public static Class<? extends UpdateThemeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.