@Generated(value="software.amazon.awssdk:codegen") public final class SignupResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignupResponse.Builder,SignupResponse>
A SignupResponse object that contains a summary of a newly created account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountName()
The name of your Amazon QuickSight account.
|
static SignupResponse.Builder |
builder() |
String |
directoryType()
The type of Active Directory that is being used to authenticate the Amazon QuickSight account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
iamUser()
A Boolean that is
TRUE if the Amazon QuickSight uses IAM as an authentication method. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignupResponse.Builder> |
serializableBuilderClass() |
SignupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userLoginName()
The user login name for your Amazon QuickSight account.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean iamUser()
A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.
TRUE if the Amazon QuickSight uses IAM as an authentication method.public final String userLoginName()
The user login name for your Amazon QuickSight account.
public final String accountName()
The name of your Amazon QuickSight account.
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, and MICROSOFT_AD.
SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.public SignupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SignupResponse.Builder,SignupResponse>public static SignupResponse.Builder builder()
public static Class<? extends SignupResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.