@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountCustomizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAccountCustomizationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountCustomizationRequest |
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 updating in the current AWS Region.
|
String |
getAwsAccountId()
The ID for the AWS account that you want to update QuickSight customizations for.
|
String |
getNamespace()
The namespace that you want to update QuickSight customizations for.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
|
void |
setNamespace(String namespace)
The namespace that you want to update QuickSight customizations for.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountCustomizationRequest |
withAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
|
UpdateAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
|
UpdateAccountCustomizationRequest |
withNamespace(String namespace)
The namespace that you want to update QuickSight customizations for.
|
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 update QuickSight customizations for.
awsAccountId
- The ID for the AWS account that you want to update QuickSight customizations for.public String getAwsAccountId()
The ID for the AWS account that you want to update QuickSight customizations for.
public UpdateAccountCustomizationRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
awsAccountId
- The ID for the AWS account that you want to update QuickSight customizations for.public void setNamespace(String namespace)
The namespace that you want to update QuickSight customizations for.
namespace
- The namespace that you want to update QuickSight customizations for.public String getNamespace()
The namespace that you want to update QuickSight customizations for.
public UpdateAccountCustomizationRequest withNamespace(String namespace)
The namespace that you want to update QuickSight customizations for.
namespace
- The namespace that you want to update QuickSight customizations for.public void setAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
accountCustomization
- The QuickSight customizations you're updating in the current AWS Region.public AccountCustomization getAccountCustomization()
The QuickSight customizations you're updating in the current AWS Region.
public UpdateAccountCustomizationRequest withAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
accountCustomization
- The QuickSight customizations you're updating in the current AWS Region.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()