@Generated(value="software.amazon.awssdk:codegen") public final class DeleteThemeAliasResponse extends QuickSightResponse implements ToCopyableBuilder<DeleteThemeAliasResponse.Builder,DeleteThemeAliasResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteThemeAliasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasName()
The name for the theme alias.
|
String |
arn()
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
|
static DeleteThemeAliasResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requestId()
The Amazon Web Services request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteThemeAliasResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
String |
themeId()
An ID for the theme associated with the deletion.
|
DeleteThemeAliasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String aliasName()
The name for the theme alias.
public final String arn()
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
public final String requestId()
The Amazon Web Services request ID for this operation.
public final Integer status()
The HTTP status of the request.
public final String themeId()
An ID for the theme associated with the deletion.
public DeleteThemeAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteThemeAliasResponse.Builder,DeleteThemeAliasResponse>toBuilder in class AwsResponsepublic static DeleteThemeAliasResponse.Builder builder()
public static Class<? extends DeleteThemeAliasResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.