@Generated(value="software.amazon.awssdk:codegen") public final class AccountInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountInfo.Builder,AccountInfo>
A structure that contains the following account information elements:
Your Amazon QuickSight account name.
The edition of Amazon QuickSight that your account is using.
The notification email address that is associated with the Amazon QuickSight account.
The authentication type of the Amazon QuickSight account.
The status of the Amazon QuickSight account's subscription.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountName()
The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account.
|
String |
accountSubscriptionStatus()
The status of your account subscription.
|
String |
authenticationType()
The way that your Amazon QuickSight account is authenticated.
|
static AccountInfo.Builder |
builder() |
Edition |
edition()
The edition of your Amazon QuickSight account.
|
String |
editionAsString()
The edition of your Amazon QuickSight account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
|
String |
notificationEmail()
The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web
Services account or Amazon QuickSight subscription.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountInfo.Builder> |
serializableBuilderClass() |
AccountInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountName()
The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.
public final Edition edition()
The edition of your Amazon QuickSight account.
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().
Editionpublic final String editionAsString()
The edition of your Amazon QuickSight account.
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().
Editionpublic final String notificationEmail()
The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.
public final String authenticationType()
The way that your Amazon QuickSight account is authenticated.
public final String accountSubscriptionStatus()
The status of your account subscription.
public final String iamIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
public AccountInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountInfo.Builder,AccountInfo>public static AccountInfo.Builder builder()
public static Class<? extends AccountInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.