Class UpdateAccountSettingsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.quicksight.model.QuickSightRequest
-
- software.amazon.awssdk.services.quicksight.model.UpdateAccountSettingsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateAccountSettingsRequest extends QuickSightRequest implements ToCopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateAccountSettingsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsAccountId()The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.static UpdateAccountSettingsRequest.Builderbuilder()StringdefaultNamespace()The default namespace for this Amazon Web Services account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnotificationEmail()The email address that you want QuickSight to send notifications to regarding your Amazon Web Services account or QuickSight subscription.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateAccountSettingsRequest.Builder>serializableBuilderClass()BooleanterminationProtectionEnabled()A boolean value that determines whether or not an QuickSight account can be deleted.UpdateAccountSettingsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountId
public final String awsAccountId()
The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.
- Returns:
- The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.
-
defaultNamespace
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 QuickSight provide an email address that becomes associated with the default namespace.- Returns:
- The default namespace for this Amazon Web Services account. Currently, the default is
default. IAM users that register for the first time with QuickSight provide an email address that becomes associated with the default namespace.
-
notificationEmail
public final String notificationEmail()
The email address that you want QuickSight to send notifications to regarding your Amazon Web Services account or QuickSight subscription.
- Returns:
- The email address that you want QuickSight to send notifications to regarding your Amazon Web Services account or QuickSight subscription.
-
terminationProtectionEnabled
public final Boolean terminationProtectionEnabled()
A boolean value that determines whether or not an QuickSight account can be deleted. A
Truevalue doesn't allow the account to be deleted and results in an error message if a user tries to make aDeleteAccountSubscriptionrequest. AFalsevalue will allow the account to be deleted.- Returns:
- A boolean value that determines whether or not an QuickSight account can be deleted. A
Truevalue doesn't allow the account to be deleted and results in an error message if a user tries to make aDeleteAccountSubscriptionrequest. AFalsevalue will allow the account to be deleted.
-
toBuilder
public UpdateAccountSettingsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>- Specified by:
toBuilderin classQuickSightRequest
-
builder
public static UpdateAccountSettingsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateAccountSettingsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-