Class AccountInfo
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AccountInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountInfo.Builder,AccountInfo>
@Generated("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 QuickSight account name.
-
The edition of QuickSight that your account is using.
-
The notification email address that is associated with the QuickSight account.
-
The authentication type of the QuickSight account.
-
The status of the QuickSight account's subscription.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountName()The account name that you provided for the QuickSight subscription in your Amazon Web Services account.StringaccountSubscriptionStatus()The status of your account subscription.StringauthenticationType()The way that your QuickSight account is authenticated.static AccountInfo.Builderbuilder()Editionedition()The edition of your QuickSight account.StringeditionAsString()The edition of your QuickSight account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringiamIdentityCenterInstanceArn()The Amazon Resource Name (ARN) for the IAM Identity Center instance.StringnotificationEmail()The email address that will be used for QuickSight to send notifications regarding your Amazon Web Services account or QuickSight subscription.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AccountInfo.Builder>serializableBuilderClass()AccountInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountName
public final String accountName()
The account name that you provided for the QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.
- Returns:
- The account name that you provided for the QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.
-
edition
public final Edition edition()
The edition of your QuickSight account.
If the service returns an enum value that is not available in the current SDK version,
editionwill returnEdition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeditionAsString().- Returns:
- The edition of your QuickSight account.
- See Also:
Edition
-
editionAsString
public final String editionAsString()
The edition of your QuickSight account.
If the service returns an enum value that is not available in the current SDK version,
editionwill returnEdition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeditionAsString().- Returns:
- The edition of your QuickSight account.
- See Also:
Edition
-
notificationEmail
public final String notificationEmail()
The email address that will be used for QuickSight to send notifications regarding your Amazon Web Services account or QuickSight subscription.
- Returns:
- The email address that will be used for QuickSight to send notifications regarding your Amazon Web Services account or QuickSight subscription.
-
authenticationType
public final String authenticationType()
The way that your QuickSight account is authenticated.
- Returns:
- The way that your QuickSight account is authenticated.
-
accountSubscriptionStatus
public final String accountSubscriptionStatus()
The status of your account subscription.
- Returns:
- The status of your account subscription.
-
iamIdentityCenterInstanceArn
public final String iamIdentityCenterInstanceArn()
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
- Returns:
- The Amazon Resource Name (ARN) for the IAM Identity Center instance.
-
toBuilder
public AccountInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountInfo.Builder,AccountInfo>
-
builder
public static AccountInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-