@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccountSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAccountSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAccountSubscriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountName()
The name of your Amazon QuickSight account.
|
String |
getActiveDirectoryName()
The name of your Active Directory.
|
List<String> |
getAdminGroup()
The admin group associated with your Active Directory.
|
String |
getAuthenticationMethod()
The method that you want to use to authenticate your Amazon QuickSight account.
|
List<String> |
getAuthorGroup()
The author group associated with your Active Directory.
|
String |
getAwsAccountId()
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
|
String |
getContactNumber()
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
|
String |
getDirectoryId()
The ID of the Active Directory that is associated with your Amazon QuickSight account.
|
String |
getEdition()
The edition of Amazon QuickSight that you want your account to have.
|
String |
getEmailAddress()
The email address of the author of the Amazon QuickSight account to use for future communications.
|
String |
getFirstName()
The first name of the author of the Amazon QuickSight account to use for future communications.
|
String |
getLastName()
The last name of the author of the Amazon QuickSight account to use for future communications.
|
String |
getNotificationEmail()
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
account or Amazon QuickSight subscription.
|
List<String> |
getReaderGroup()
The reader group associated with your Active Direcrtory.
|
String |
getRealm()
The realm of the Active Directory that is associated with your Amazon QuickSight account.
|
int |
hashCode() |
void |
setAccountName(String accountName)
The name of your Amazon QuickSight account.
|
void |
setActiveDirectoryName(String activeDirectoryName)
The name of your Active Directory.
|
void |
setAdminGroup(Collection<String> adminGroup)
The admin group associated with your Active Directory.
|
void |
setAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
|
void |
setAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory.
|
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
|
void |
setContactNumber(String contactNumber)
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
|
void |
setDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
|
void |
setEdition(String edition)
The edition of Amazon QuickSight that you want your account to have.
|
void |
setEmailAddress(String emailAddress)
The email address of the author of the Amazon QuickSight account to use for future communications.
|
void |
setFirstName(String firstName)
The first name of the author of the Amazon QuickSight account to use for future communications.
|
void |
setLastName(String lastName)
The last name of the author of the Amazon QuickSight account to use for future communications.
|
void |
setNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
account or Amazon QuickSight subscription.
|
void |
setReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Direcrtory.
|
void |
setRealm(String realm)
The realm of the Active Directory that is associated with your Amazon QuickSight account.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccountSubscriptionRequest |
withAccountName(String accountName)
The name of your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
withActiveDirectoryName(String activeDirectoryName)
The name of your Active Directory.
|
CreateAccountSubscriptionRequest |
withAdminGroup(Collection<String> adminGroup)
The admin group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
withAdminGroup(String... adminGroup)
The admin group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
withAuthenticationMethod(AuthenticationMethodOption authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
withAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
withAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
withAuthorGroup(String... authorGroup)
The author group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
withContactNumber(String contactNumber)
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
withDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
withEdition(Edition edition)
The edition of Amazon QuickSight that you want your account to have.
|
CreateAccountSubscriptionRequest |
withEdition(String edition)
The edition of Amazon QuickSight that you want your account to have.
|
CreateAccountSubscriptionRequest |
withEmailAddress(String emailAddress)
The email address of the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
withFirstName(String firstName)
The first name of the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
withLastName(String lastName)
The last name of the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
withNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
account or Amazon QuickSight subscription.
|
CreateAccountSubscriptionRequest |
withReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Direcrtory.
|
CreateAccountSubscriptionRequest |
withReaderGroup(String... readerGroup)
The reader group associated with your Active Direcrtory.
|
CreateAccountSubscriptionRequest |
withRealm(String realm)
The realm of the Active Directory that is associated with your Amazon QuickSight account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEdition(String edition)
The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
edition
- The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
Edition
public String getEdition()
The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
Edition
public CreateAccountSubscriptionRequest withEdition(String edition)
The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
edition
- The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
Edition
public CreateAccountSubscriptionRequest withEdition(Edition edition)
The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
edition
- The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from
ENTERPRISE
or ENTERPRISE_AND_Q
.
If you choose ENTERPRISE_AND_Q
, the following parameters are required:
FirstName
LastName
EmailAddress
ContactNumber
Edition
public void setAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for
this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
authenticationMethod
- The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid
values for this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and
ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
AuthenticationMethodOption
public String getAuthenticationMethod()
The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for
this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
IAM_AND_QUICKSIGHT
, IAM_ONLY
, and
ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
AuthenticationMethodOption
public CreateAccountSubscriptionRequest withAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for
this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
authenticationMethod
- The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid
values for this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and
ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
AuthenticationMethodOption
public CreateAccountSubscriptionRequest withAuthenticationMethod(AuthenticationMethodOption authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for
this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
authenticationMethod
- The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid
values for this parameter are IAM_AND_QUICKSIGHT
, IAM_ONLY
, and
ACTIVE_DIRECTORY
.
If you choose ACTIVE_DIRECTORY
, provide an ActiveDirectoryName
and an
AdminGroup
associated with your Active Directory.
AuthenticationMethodOption
public void setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
awsAccountId
- The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight
account.public String getAwsAccountId()
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
public CreateAccountSubscriptionRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
awsAccountId
- The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight
account.public void setAccountName(String accountName)
The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears
only when users sign in. You can't change AccountName
value after the Amazon QuickSight account is
created.
accountName
- The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it
appears only when users sign in. You can't change AccountName
value after the Amazon
QuickSight account is created.public String getAccountName()
The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears
only when users sign in. You can't change AccountName
value after the Amazon QuickSight account is
created.
AccountName
value after the Amazon
QuickSight account is created.public CreateAccountSubscriptionRequest withAccountName(String accountName)
The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears
only when users sign in. You can't change AccountName
value after the Amazon QuickSight account is
created.
accountName
- The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it
appears only when users sign in. You can't change AccountName
value after the Amazon
QuickSight account is created.public void setNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
notificationEmail
- The email address that you want Amazon QuickSight to send notifications to regarding your Amazon
QuickSight account or Amazon QuickSight subscription.public String getNotificationEmail()
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
public CreateAccountSubscriptionRequest withNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
notificationEmail
- The email address that you want Amazon QuickSight to send notifications to regarding your Amazon
QuickSight account or Amazon QuickSight subscription.public void setActiveDirectoryName(String activeDirectoryName)
The name of your Active Directory. This field is required if ACTIVE_DIRECTORY
is the selected
authentication method of the new Amazon QuickSight account.
activeDirectoryName
- The name of your Active Directory. This field is required if ACTIVE_DIRECTORY
is the selected
authentication method of the new Amazon QuickSight account.public String getActiveDirectoryName()
The name of your Active Directory. This field is required if ACTIVE_DIRECTORY
is the selected
authentication method of the new Amazon QuickSight account.
ACTIVE_DIRECTORY
is the
selected authentication method of the new Amazon QuickSight account.public CreateAccountSubscriptionRequest withActiveDirectoryName(String activeDirectoryName)
The name of your Active Directory. This field is required if ACTIVE_DIRECTORY
is the selected
authentication method of the new Amazon QuickSight account.
activeDirectoryName
- The name of your Active Directory. This field is required if ACTIVE_DIRECTORY
is the selected
authentication method of the new Amazon QuickSight account.public void setRealm(String realm)
The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required
if ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
realm
- The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is
required if ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon
QuickSight account.public String getRealm()
The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required
if ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon
QuickSight account.public CreateAccountSubscriptionRequest withRealm(String realm)
The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required
if ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
realm
- The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is
required if ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon
QuickSight account.public void setDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
directoryId
- The ID of the Active Directory that is associated with your Amazon QuickSight account.public String getDirectoryId()
The ID of the Active Directory that is associated with your Amazon QuickSight account.
public CreateAccountSubscriptionRequest withDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
directoryId
- The ID of the Active Directory that is associated with your Amazon QuickSight account.public List<String> getAdminGroup()
The admin group associated with your Active Directory. This field is required if ACTIVE_DIRECTORY
is
the selected authentication method of the new Amazon QuickSight account. For more information about using Active
Directory in Amazon QuickSight, see Using Active Directory with
Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
For more information about using Active Directory in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public void setAdminGroup(Collection<String> adminGroup)
The admin group associated with your Active Directory. This field is required if ACTIVE_DIRECTORY
is
the selected authentication method of the new Amazon QuickSight account. For more information about using Active
Directory in Amazon QuickSight, see Using Active Directory with
Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
adminGroup
- The admin group associated with your Active Directory. This field is required if
ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
For more information about using Active Directory in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public CreateAccountSubscriptionRequest withAdminGroup(String... adminGroup)
The admin group associated with your Active Directory. This field is required if ACTIVE_DIRECTORY
is
the selected authentication method of the new Amazon QuickSight account. For more information about using Active
Directory in Amazon QuickSight, see Using Active Directory with
Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setAdminGroup(java.util.Collection)
or withAdminGroup(java.util.Collection)
if you want to
override the existing values.
adminGroup
- The admin group associated with your Active Directory. This field is required if
ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
For more information about using Active Directory in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public CreateAccountSubscriptionRequest withAdminGroup(Collection<String> adminGroup)
The admin group associated with your Active Directory. This field is required if ACTIVE_DIRECTORY
is
the selected authentication method of the new Amazon QuickSight account. For more information about using Active
Directory in Amazon QuickSight, see Using Active Directory with
Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
adminGroup
- The admin group associated with your Active Directory. This field is required if
ACTIVE_DIRECTORY
is the selected authentication method of the new Amazon QuickSight account.
For more information about using Active Directory in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public List<String> getAuthorGroup()
The author group associated with your Active Directory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
authorGroup
- The author group associated with your Active Directory. For more information about using Active Directory
in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public CreateAccountSubscriptionRequest withAuthorGroup(String... authorGroup)
The author group associated with your Active Directory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorGroup(java.util.Collection)
or withAuthorGroup(java.util.Collection)
if you want to
override the existing values.
authorGroup
- The author group associated with your Active Directory. For more information about using Active Directory
in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public CreateAccountSubscriptionRequest withAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
authorGroup
- The author group associated with your Active Directory. For more information about using Active Directory
in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public List<String> getReaderGroup()
The reader group associated with your Active Direcrtory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
public void setReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Direcrtory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
readerGroup
- The reader group associated with your Active Direcrtory. For more information about using Active Directory
in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public CreateAccountSubscriptionRequest withReaderGroup(String... readerGroup)
The reader group associated with your Active Direcrtory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setReaderGroup(java.util.Collection)
or withReaderGroup(java.util.Collection)
if you want to
override the existing values.
readerGroup
- The reader group associated with your Active Direcrtory. For more information about using Active Directory
in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public CreateAccountSubscriptionRequest withReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Direcrtory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
readerGroup
- The reader group associated with your Active Direcrtory. For more information about using Active Directory
in Amazon QuickSight, see Using Active
Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.public void setFirstName(String firstName)
The first name of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
firstName
- The first name of the author of the Amazon QuickSight account to use for future communications. This field
is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public String getFirstName()
The first name of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public CreateAccountSubscriptionRequest withFirstName(String firstName)
The first name of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
firstName
- The first name of the author of the Amazon QuickSight account to use for future communications. This field
is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public void setLastName(String lastName)
The last name of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
lastName
- The last name of the author of the Amazon QuickSight account to use for future communications. This field
is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public String getLastName()
The last name of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public CreateAccountSubscriptionRequest withLastName(String lastName)
The last name of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
lastName
- The last name of the author of the Amazon QuickSight account to use for future communications. This field
is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public void setEmailAddress(String emailAddress)
The email address of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
emailAddress
- The email address of the author of the Amazon QuickSight account to use for future communications. This
field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public String getEmailAddress()
The email address of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public CreateAccountSubscriptionRequest withEmailAddress(String emailAddress)
The email address of the author of the Amazon QuickSight account to use for future communications. This field is
required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
emailAddress
- The email address of the author of the Amazon QuickSight account to use for future communications. This
field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight
account.public void setContactNumber(String contactNumber)
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This
field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
contactNumber
- A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
This field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon
QuickSight account.public String getContactNumber()
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This
field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
ENTERPPRISE_AND_Q
is the selected edition of the new Amazon
QuickSight account.public CreateAccountSubscriptionRequest withContactNumber(String contactNumber)
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This
field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon QuickSight account.
contactNumber
- A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
This field is required if ENTERPPRISE_AND_Q
is the selected edition of the new Amazon
QuickSight account.public String toString()
toString
in class Object
Object.toString()
public CreateAccountSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()