@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 customizations you want to update in QuickSight.
|
String |
getAwsAccountId()
The ID for the AWS account that you want to update QuickSight customizations for.
|
String |
getNamespace()
The namespace associated with the customization that you're updating.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The customizations you want to update in QuickSight.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
|
void |
setNamespace(String namespace)
The namespace associated with the customization that you're updating.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountCustomizationRequest |
withAccountCustomization(AccountCustomization accountCustomization)
The customizations you want to update in QuickSight.
|
UpdateAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
|
UpdateAccountCustomizationRequest |
withNamespace(String namespace)
The namespace associated with the customization that you're updating.
|
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 associated with the customization that you're updating.
namespace
- The namespace associated with the customization that you're updating.public String getNamespace()
The namespace associated with the customization that you're updating.
public UpdateAccountCustomizationRequest withNamespace(String namespace)
The namespace associated with the customization that you're updating.
namespace
- The namespace associated with the customization that you're updating.public void setAccountCustomization(AccountCustomization accountCustomization)
The customizations you want to update in QuickSight.
accountCustomization
- The customizations you want to update in QuickSight.public AccountCustomization getAccountCustomization()
The customizations you want to update in QuickSight.
public UpdateAccountCustomizationRequest withAccountCustomization(AccountCustomization accountCustomization)
The customizations you want to update in QuickSight.
accountCustomization
- The customizations you want to update in QuickSight.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()