@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() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
|
String |
getDefaultNamespace()
The default namespace for this AWS Account.
|
String |
getNotificationEmail()
Email address used to send notifications regarding administration of QuickSight.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
|
void |
setDefaultNamespace(String defaultNamespace)
The default namespace for this AWS Account.
|
void |
setNotificationEmail(String notificationEmail)
Email address used to send notifications regarding administration of QuickSight.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
|
UpdateAccountSettingsRequest |
withDefaultNamespace(String defaultNamespace)
The default namespace for this AWS Account.
|
UpdateAccountSettingsRequest |
withNotificationEmail(String notificationEmail)
Email address used to send notifications regarding administration of QuickSight.
|
addHandlerContext, copyBaseTo, 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 AWS account that contains the QuickSight namespaces that you want to list.
awsAccountId - The ID for the AWS account that contains the QuickSight namespaces that you want to list.public String getAwsAccountId()
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
public UpdateAccountSettingsRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
awsAccountId - The ID for the AWS account that contains the QuickSight namespaces that you want to list.public void setDefaultNamespace(String defaultNamespace)
The default namespace for this AWS Account. Currently, the default is default. IAM users who
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. IAM users who
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. IAM users who
register for the first time with QuickSight provide an email that becomes associated with the default namespace.
default. IAM users who
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. IAM users who
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. IAM users who
register for the first time with QuickSight provide an email that becomes associated with the default
namespace.public void setNotificationEmail(String notificationEmail)
Email address used to send notifications regarding administration of QuickSight.
notificationEmail - Email address used to send notifications regarding administration of QuickSight.public String getNotificationEmail()
Email address used to send notifications regarding administration of QuickSight.
public UpdateAccountSettingsRequest withNotificationEmail(String notificationEmail)
Email address used to send notifications regarding administration of QuickSight.
notificationEmail - Email address used to send notifications regarding administration of QuickSight.public String toString()
toString in class ObjectObject.toString()public UpdateAccountSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.