@Generated(value="software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
The QuickSight settings associated with your AWS account.
Modifier and Type | Class and Description |
---|---|
static interface |
AccountSettings.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountName()
The "account name" you provided for the QuickSight subscription in your AWS account.
|
static AccountSettings.Builder |
builder() |
String |
defaultNamespace()
The default QuickSight namespace for your AWS account.
|
Edition |
edition()
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
String |
editionAsString()
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notificationEmail()
The main notification email for your QuickSight subscription.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountSettings.Builder> |
serializableBuilderClass() |
AccountSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String accountName()
The "account name" you provided for the QuickSight subscription in your AWS account. You create this name when you sign up for QuickSight. It is unique in all of AWS and it appears only in the console when users sign in.
public Edition edition()
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
If the service returns an enum value that is not available in the current SDK version, edition
will
return Edition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
editionAsString()
.
Edition
public String editionAsString()
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
If the service returns an enum value that is not available in the current SDK version, edition
will
return Edition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
editionAsString()
.
Edition
public String defaultNamespace()
The default QuickSight namespace for your AWS account.
public String notificationEmail()
The main notification email for your QuickSight subscription.
public AccountSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
public static AccountSettings.Builder builder()
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.