@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 AWS 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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String aliasName()
The name for the theme alias.
public String arn()
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
public String requestId()
The AWS request ID for this operation.
public Integer status()
The HTTP status of the request.
public 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 AwsResponse
public static DeleteThemeAliasResponse.Builder builder()
public static Class<? extends DeleteThemeAliasResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.