@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 QuickSight settings for this AWS 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 AWS 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 AccountSettings accountSettings()
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the 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 QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
public String requestId()
The AWS request ID for this operation.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.