Class AccountInfo
java.lang.Object
software.amazon.awssdk.services.sso.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>
Provides information about your AWS account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe identifier of the AWS account that is assigned to the user.final StringThe display name of the AWS account that is assigned to the user.static AccountInfo.Builderbuilder()final StringThe email address of the AWS account that is assigned to the user.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AccountInfo.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountId
The identifier of the AWS account that is assigned to the user.
- Returns:
- The identifier of the AWS account that is assigned to the user.
-
accountName
The display name of the AWS account that is assigned to the user.
- Returns:
- The display name of the AWS account that is assigned to the user.
-
emailAddress
The email address of the AWS account that is assigned to the user.
- Returns:
- The email address of the AWS account that is assigned to the user.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountInfo.Builder,AccountInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-