@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateAccountSettingsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateAccountSettingsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAwsAccountId()
 The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list. | 
| String | getDefaultNamespace()
 The default namespace for this Amazon Web Services account. | 
| String | getNotificationEmail()
 The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services
 account or Amazon QuickSight subscription. | 
| Boolean | getTerminationProtectionEnabled()
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. | 
| int | hashCode() | 
| Boolean | isTerminationProtectionEnabled()
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. | 
| void | setAwsAccountId(String awsAccountId)
 The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list. | 
| void | setDefaultNamespace(String defaultNamespace)
 The default namespace for this Amazon Web Services account. | 
| void | setNotificationEmail(String notificationEmail)
 The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services
 account or Amazon QuickSight subscription. | 
| void | setTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. | 
| String | toString()Returns a string representation of this object. | 
| UpdateAccountSettingsRequest | withAwsAccountId(String awsAccountId)
 The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list. | 
| UpdateAccountSettingsRequest | withDefaultNamespace(String defaultNamespace)
 The default namespace for this Amazon Web Services account. | 
| UpdateAccountSettingsRequest | withNotificationEmail(String notificationEmail)
 The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services
 account or Amazon QuickSight subscription. | 
| UpdateAccountSettingsRequest | withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. | 
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, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
awsAccountId - The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
        list.public String getAwsAccountId()
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
public UpdateAccountSettingsRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
awsAccountId - The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
        list.public void setDefaultNamespace(String defaultNamespace)
 The default namespace for this Amazon Web Services account. Currently, the default is default. IAM
 users that register for the first time with Amazon QuickSight provide an email address that becomes associated
 with the default namespace.
 
defaultNamespace - The default namespace for this Amazon Web Services account. Currently, the default is default
        . IAM users that register for the first time with Amazon QuickSight provide an email address that becomes
        associated with the default namespace.public String getDefaultNamespace()
 The default namespace for this Amazon Web Services account. Currently, the default is default. IAM
 users that register for the first time with Amazon QuickSight provide an email address that becomes associated
 with the default namespace.
 
default. IAM users that register for the first time with Amazon QuickSight provide an email
         address that becomes associated with the default namespace.public UpdateAccountSettingsRequest withDefaultNamespace(String defaultNamespace)
 The default namespace for this Amazon Web Services account. Currently, the default is default. IAM
 users that register for the first time with Amazon QuickSight provide an email address that becomes associated
 with the default namespace.
 
defaultNamespace - The default namespace for this Amazon Web Services account. Currently, the default is default
        . IAM users that register for the first time with Amazon QuickSight provide an email address that becomes
        associated with the default namespace.public void setNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web
        Services account or Amazon QuickSight subscription.public String getNotificationEmail()
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
public UpdateAccountSettingsRequest withNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web
        Services account or Amazon QuickSight subscription.public void setTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True
 value doesn't allow the account to be deleted and results in an error message if a user tries to make a
 DeleteAccountSubscription request. A False value will allow the account to be deleted.
 
terminationProtectionEnabled - A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A
        True value doesn't allow the account to be deleted and results in an error message if a user
        tries to make a DeleteAccountSubscription request. A False value will allow the
        account to be deleted.public Boolean getTerminationProtectionEnabled()
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True
 value doesn't allow the account to be deleted and results in an error message if a user tries to make a
 DeleteAccountSubscription request. A False value will allow the account to be deleted.
 
True value doesn't allow the account to be deleted and results in an error message if a user
         tries to make a DeleteAccountSubscription request. A False value will allow the
         account to be deleted.public UpdateAccountSettingsRequest withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True
 value doesn't allow the account to be deleted and results in an error message if a user tries to make a
 DeleteAccountSubscription request. A False value will allow the account to be deleted.
 
terminationProtectionEnabled - A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A
        True value doesn't allow the account to be deleted and results in an error message if a user
        tries to make a DeleteAccountSubscription request. A False value will allow the
        account to be deleted.public Boolean isTerminationProtectionEnabled()
 A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True
 value doesn't allow the account to be deleted and results in an error message if a user tries to make a
 DeleteAccountSubscription request. A False value will allow the account to be deleted.
 
True value doesn't allow the account to be deleted and results in an error message if a user
         tries to make a DeleteAccountSubscription request. A False value will allow the
         account to be deleted.public String toString()
toString in class ObjectObject.toString()public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()