@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccountCustomizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateAccountCustomizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAccountCustomizationRequest |
clone() |
boolean |
equals(Object obj) |
AccountCustomization |
getAccountCustomization()
The customizations you're adding to the QuickSight subscription for the AWS account.
|
String |
getAwsAccountId()
The ID for the AWS account that you want to customize QuickSight for.
|
String |
getNamespace()
The namespace associated with the customization that you're creating.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The customizations you're adding to the QuickSight subscription for the AWS account.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
|
void |
setNamespace(String namespace)
The namespace associated with the customization that you're creating.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccountCustomizationRequest |
withAccountCustomization(AccountCustomization accountCustomization)
The customizations you're adding to the QuickSight subscription for the AWS account.
|
CreateAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
|
CreateAccountCustomizationRequest |
withNamespace(String namespace)
The namespace associated with the customization that you're creating.
|
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 you want to customize QuickSight for.
awsAccountId - The ID for the AWS account that you want to customize QuickSight for.public String getAwsAccountId()
The ID for the AWS account that you want to customize QuickSight for.
public CreateAccountCustomizationRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
awsAccountId - The ID for the AWS account that you want to customize QuickSight for.public void setNamespace(String namespace)
The namespace associated with the customization that you're creating.
namespace - The namespace associated with the customization that you're creating.public String getNamespace()
The namespace associated with the customization that you're creating.
public CreateAccountCustomizationRequest withNamespace(String namespace)
The namespace associated with the customization that you're creating.
namespace - The namespace associated with the customization that you're creating.public void setAccountCustomization(AccountCustomization accountCustomization)
The customizations you're adding to the QuickSight subscription for the AWS account. For example, you could add a
default theme by setting AccountCustomization to the midnight theme (
DefaultTheme="arn:aws:quicksight::aws:theme/MIDNIGHT") or to a custom theme (
DefaultTheme="arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
).
accountCustomization - The customizations you're adding to the QuickSight subscription for the AWS account. For example, you
could add a default theme by setting AccountCustomization to the midnight theme (
DefaultTheme="arn:aws:quicksight::aws:theme/MIDNIGHT") or to a custom theme (
DefaultTheme="arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
).public AccountCustomization getAccountCustomization()
The customizations you're adding to the QuickSight subscription for the AWS account. For example, you could add a
default theme by setting AccountCustomization to the midnight theme (
DefaultTheme="arn:aws:quicksight::aws:theme/MIDNIGHT") or to a custom theme (
DefaultTheme="arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
).
AccountCustomization to the midnight theme (
DefaultTheme="arn:aws:quicksight::aws:theme/MIDNIGHT") or to a custom theme (
DefaultTheme="arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
).public CreateAccountCustomizationRequest withAccountCustomization(AccountCustomization accountCustomization)
The customizations you're adding to the QuickSight subscription for the AWS account. For example, you could add a
default theme by setting AccountCustomization to the midnight theme (
DefaultTheme="arn:aws:quicksight::aws:theme/MIDNIGHT") or to a custom theme (
DefaultTheme="arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
).
accountCustomization - The customizations you're adding to the QuickSight subscription for the AWS account. For example, you
could add a default theme by setting AccountCustomization to the midnight theme (
DefaultTheme="arn:aws:quicksight::aws:theme/MIDNIGHT") or to a custom theme (
DefaultTheme="arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
).public String toString()
toString in class ObjectObject.toString()public CreateAccountCustomizationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.