@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 AWS account that contains the QuickSight settings that you want to list.
|
String |
getDefaultNamespace()
The default namespace for this AWS account.
|
String |
getNotificationEmail()
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight
subscription.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight settings that you want to list.
|
void |
setDefaultNamespace(String defaultNamespace)
The default namespace for this AWS account.
|
void |
setNotificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight
subscription.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight settings that you want to list.
|
UpdateAccountSettingsRequest |
withDefaultNamespace(String defaultNamespace)
The default namespace for this AWS account.
|
UpdateAccountSettingsRequest |
withNotificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight
subscription.
|
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 setAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight settings that you want to list.
awsAccountId
- The ID for the AWS account that contains the QuickSight settings that you want to list.public String getAwsAccountId()
The ID for the AWS account that contains the QuickSight settings that you want to list.
public UpdateAccountSettingsRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight settings that you want to list.
awsAccountId
- The ID for the AWS account that contains the QuickSight settings that you want to list.public void setDefaultNamespace(String defaultNamespace)
The default namespace for this AWS account. Currently, the default is default
. AWS Identity and
Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes
associated with the default namespace.
defaultNamespace
- The default namespace for this AWS account. Currently, the default is default
. AWS Identity
and Access Management (IAM) users that register for the first time with QuickSight provide an email that
becomes associated with the default namespace.public String getDefaultNamespace()
The default namespace for this AWS account. Currently, the default is default
. AWS Identity and
Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes
associated with the default namespace.
default
. AWS Identity
and Access Management (IAM) users that register for the first time with QuickSight provide an email that
becomes associated with the default namespace.public UpdateAccountSettingsRequest withDefaultNamespace(String defaultNamespace)
The default namespace for this AWS account. Currently, the default is default
. AWS Identity and
Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes
associated with the default namespace.
defaultNamespace
- The default namespace for this AWS account. Currently, the default is default
. AWS Identity
and Access Management (IAM) users that register for the first time with QuickSight provide an email that
becomes associated with the default namespace.public void setNotificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.
notificationEmail
- The email address that you want QuickSight to send notifications to regarding your AWS account or
QuickSight subscription.public String getNotificationEmail()
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.
public UpdateAccountSettingsRequest withNotificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.
notificationEmail
- The email address that you want QuickSight to send notifications to regarding your AWS account or
QuickSight subscription.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()