@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() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account; that you want to delete QuickSight customizations from in this Amazon
Web Services Region;.
|
String |
getNamespace()
The QuickSight namespace that you're deleting the customizations from.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete QuickSight customizations from in this Amazon
Web Services 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 Amazon Web Services account; that you want to delete QuickSight customizations from in this Amazon
Web Services Region;.
|
DeleteAccountCustomizationRequest |
withNamespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
|
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 Amazon Web Services account; that you want to delete QuickSight customizations from in this Amazon Web Services Region;.
awsAccountId - The ID for the Amazon Web Services account; that you want to delete QuickSight customizations from in this
Amazon Web Services Region;.public String getAwsAccountId()
The ID for the Amazon Web Services account; that you want to delete QuickSight customizations from in this Amazon Web Services Region;.
public DeleteAccountCustomizationRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete QuickSight customizations from in this Amazon Web Services Region;.
awsAccountId - The ID for the Amazon Web Services account; that you want to delete QuickSight customizations from in this
Amazon Web Services 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()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.