Class SignupResponse
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.SignupResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SignupResponse.Builder,SignupResponse>
@Generated("software.amazon.awssdk:codegen") public final class SignupResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignupResponse.Builder,SignupResponse>
A
SignupResponseobject that contains a summary of a newly created account.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSignupResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountName()The name of your Amazon QuickSight account.static SignupResponse.Builderbuilder()StringdirectoryType()The type of Active Directory that is being used to authenticate the Amazon QuickSight account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleaniamUser()A Boolean that isTRUEif the Amazon QuickSight uses IAM as an authentication method.List<SdkField<?>>sdkFields()static Class<? extends SignupResponse.Builder>serializableBuilderClass()SignupResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserLoginName()The user login name for your Amazon QuickSight account.-
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
-
iamUser
public final Boolean iamUser()
A Boolean that is
TRUEif the Amazon QuickSight uses IAM as an authentication method.- Returns:
- A Boolean that is
TRUEif the Amazon QuickSight uses IAM as an authentication method.
-
userLoginName
public final String userLoginName()
The user login name for your Amazon QuickSight account.
- Returns:
- The user login name for your Amazon QuickSight account.
-
accountName
public final String accountName()
The name of your Amazon QuickSight account.
- Returns:
- The name of your Amazon QuickSight account.
-
directoryType
public final String directoryType()
The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are
SIMPLE_AD,AD_CONNECTOR, andMICROSOFT_AD.- Returns:
- The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid
values are
SIMPLE_AD,AD_CONNECTOR, andMICROSOFT_AD.
-
toBuilder
public SignupResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SignupResponse.Builder,SignupResponse>
-
builder
public static SignupResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends SignupResponse.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.
-
-