@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAccountCustomizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAccountCustomizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountCustomizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
|
String |
getNamespace()
The QuickSight namespace that you're deleting the customizations from.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
|
void |
setNamespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
|
DeleteAccountCustomizationRequest |
withNamespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
|
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, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
awsAccountId - The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.public String getAwsAccountId()
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
public DeleteAccountCustomizationRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
awsAccountId - The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.public void setNamespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
namespace - The QuickSight namespace that you're deleting the customizations from.public String getNamespace()
The QuickSight namespace that you're deleting the customizations from.
public DeleteAccountCustomizationRequest withNamespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
namespace - The QuickSight namespace that you're deleting the customizations from.public String toString()
toString in class ObjectObject.toString()public DeleteAccountCustomizationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()