@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 Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
|
static UpdateAccountSettingsRequest.Builder |
builder() |
String |
defaultNamespace()
The default namespace for this Amazon Web Services 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 Amazon QuickSight to send notifications to regarding your Amazon Web Services
account or Amazon QuickSight subscription.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAccountSettingsRequest.Builder> |
serializableBuilderClass() |
Boolean |
terminationProtectionEnabled()
A boolean value that determines whether or not an Amazon QuickSight account can be deleted.
|
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 Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
public final 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.
default. IAM users that register for the first time with Amazon QuickSight provide an email
address that becomes associated with the default namespace.public final String notificationEmail()
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
public final 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.
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.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 © 2023. All rights reserved.