@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.
|
String |
getNamespace()
The namespace associated with the customization that you're deleting.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from.
|
void |
setNamespace(String namespace)
The namespace associated with the customization that you're deleting.
|
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.
|
DeleteAccountCustomizationRequest |
withNamespace(String namespace)
The namespace associated with the customization that you're deleting.
|
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 delete QuickSight customizations from.
awsAccountId
- The ID for the AWS account that you want to delete QuickSight customizations from.public String getAwsAccountId()
The ID for the AWS account that you want to delete QuickSight customizations from.
public DeleteAccountCustomizationRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from.
awsAccountId
- The ID for the AWS account that you want to delete QuickSight customizations from.public void setNamespace(String namespace)
The namespace associated with the customization that you're deleting.
namespace
- The namespace associated with the customization that you're deleting.public String getNamespace()
The namespace associated with the customization that you're deleting.
public DeleteAccountCustomizationRequest withNamespace(String namespace)
The namespace associated with the customization that you're deleting.
namespace
- The namespace associated with the customization that you're deleting.public String toString()
toString
in class Object
Object.toString()
public DeleteAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.