@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignupResponse extends Object implements Serializable, Cloneable, StructuredPojo
A SignupResponse object that contains a summary of a newly created account.
| Constructor and Description |
|---|
SignupResponse() |
| Modifier and Type | Method and Description |
|---|---|
SignupResponse |
clone() |
boolean |
equals(Object obj) |
String |
getAccountName()
The name of your Amazon QuickSight account.
|
String |
getDirectoryType()
The type of Active Directory that is being used to authenticate the Amazon QuickSight account.
|
Boolean |
getIAMUser()
A Boolean that is
TRUE if the Amazon QuickSight uses IAM as an authentication method. |
String |
getUserLoginName()
The user login name for your Amazon QuickSight account.
|
int |
hashCode() |
Boolean |
isIAMUser()
A Boolean that is
TRUE if the Amazon QuickSight uses IAM as an authentication method. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccountName(String accountName)
The name of your Amazon QuickSight account.
|
void |
setDirectoryType(String directoryType)
The type of Active Directory that is being used to authenticate the Amazon QuickSight account.
|
void |
setIAMUser(Boolean iAMUser)
A Boolean that is
TRUE if the Amazon QuickSight uses IAM as an authentication method. |
void |
setUserLoginName(String userLoginName)
The user login name for your Amazon QuickSight account.
|
String |
toString()
Returns a string representation of this object.
|
SignupResponse |
withAccountName(String accountName)
The name of your Amazon QuickSight account.
|
SignupResponse |
withDirectoryType(String directoryType)
The type of Active Directory that is being used to authenticate the Amazon QuickSight account.
|
SignupResponse |
withIAMUser(Boolean iAMUser)
A Boolean that is
TRUE if the Amazon QuickSight uses IAM as an authentication method. |
SignupResponse |
withUserLoginName(String userLoginName)
The user login name for your Amazon QuickSight account.
|
public void setIAMUser(Boolean iAMUser)
A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.
iAMUser - A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.public Boolean getIAMUser()
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 SignupResponse withIAMUser(Boolean iAMUser)
A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.
iAMUser - A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.public Boolean isIAMUser()
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 void setUserLoginName(String userLoginName)
The user login name for your Amazon QuickSight account.
userLoginName - The user login name for your Amazon QuickSight account.public String getUserLoginName()
The user login name for your Amazon QuickSight account.
public SignupResponse withUserLoginName(String userLoginName)
The user login name for your Amazon QuickSight account.
userLoginName - The user login name for your Amazon QuickSight account.public void setAccountName(String accountName)
The name of your Amazon QuickSight account.
accountName - The name of your Amazon QuickSight account.public String getAccountName()
The name of your Amazon QuickSight account.
public SignupResponse withAccountName(String accountName)
The name of your Amazon QuickSight account.
accountName - The name of your Amazon QuickSight account.public void setDirectoryType(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.
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.public String getDirectoryType()
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 withDirectoryType(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.
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.public String toString()
toString in class ObjectObject.toString()public SignupResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.