@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AccountCustomization |
getAccountCustomization()
The QuickSight customizations you're adding in the current AWS Region.
|
String |
getAwsAccountId()
The ID for the AWS account that you want to customize QuickSight for.
|
String |
getNamespace()
The QuickSight namespace that you want to add customizations to.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
|
void |
setNamespace(String namespace)
The QuickSight namespace that you want to add customizations to.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccountCustomizationRequest |
withAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region.
|
CreateAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
|
CreateAccountCustomizationRequest |
withNamespace(String namespace)
The QuickSight namespace that you want to add customizations to.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 QuickSight namespace that you want to add customizations to.
namespace
- The QuickSight namespace that you want to add customizations to.public String getNamespace()
The QuickSight namespace that you want to add customizations to.
public CreateAccountCustomizationRequest withNamespace(String namespace)
The QuickSight namespace that you want to add customizations to.
namespace
- The QuickSight namespace that you want to add customizations to.public void setAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.
For example, you could add a default theme by setting AccountCustomization
to the midnight theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
. Or, you
could add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
accountCustomization
- The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account
and a QuickSight namespace.
For example, you could add a default theme by setting AccountCustomization
to the midnight
theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
. Or, you could add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
public AccountCustomization getAccountCustomization()
The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.
For example, you could add a default theme by setting AccountCustomization
to the midnight theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
. Or, you
could add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
For example, you could add a default theme by setting AccountCustomization
to the midnight
theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
. Or,
you could add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
public CreateAccountCustomizationRequest withAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.
For example, you could add a default theme by setting AccountCustomization
to the midnight theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
. Or, you
could add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
accountCustomization
- The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account
and a QuickSight namespace.
For example, you could add a default theme by setting AccountCustomization
to the midnight
theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }.
. Or, you could add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
public String toString()
toString
in class Object
Object.toString()
public CreateAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()