@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAccountSettingsRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAccountSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID for the AWS account that contains the QuickSight settings that you want to list.
|
static UpdateAccountSettingsRequest.Builder |
builder() |
String |
defaultNamespace()
The default namespace for this AWS account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notificationEmail()
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight
subscription.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAccountSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateAccountSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID for the AWS account that contains the QuickSight settings that you want to list.
public final 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.
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 final String notificationEmail()
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.
public UpdateAccountSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>toBuilder in class QuickSightRequestpublic static UpdateAccountSettingsRequest.Builder builder()
public static Class<? extends UpdateAccountSettingsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.