@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountSettingsResponse extends QuickSightResponse implements ToCopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountSettingsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
accountSettings()
The Amazon QuickSight settings for this Amazon Web Services account.
|
static DescribeAccountSettingsResponse.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 DescribeAccountSettingsResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
DescribeAccountSettingsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountSettings accountSettings()
The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription.
In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
public final String requestId()
The Amazon Web Services request ID for this operation.
public final Integer status()
The HTTP status of the request.
public DescribeAccountSettingsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountSettingsResponse.Builder,DescribeAccountSettingsResponse>toBuilder in class AwsResponsepublic static DescribeAccountSettingsResponse.Builder builder()
public static Class<? extends DescribeAccountSettingsResponse.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.