@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 Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this
Amazon Web Services Region.
|
String |
getNamespace()
The Amazon 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 Amazon QuickSight customizations from in this
Amazon Web Services Region.
|
void |
setNamespace(String namespace)
The Amazon 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 Amazon QuickSight customizations from in this
Amazon Web Services Region.
|
DeleteAccountCustomizationRequest |
withNamespace(String namespace)
The Amazon 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, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
awsAccountId
- The ID for the Amazon Web Services account that you want to delete Amazon 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 Amazon 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 Amazon QuickSight customizations from in this Amazon Web Services Region.
awsAccountId
- The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from
in this Amazon Web Services Region.public void setNamespace(String namespace)
The Amazon QuickSight namespace that you're deleting the customizations from.
namespace
- The Amazon QuickSight namespace that you're deleting the customizations from.public String getNamespace()
The Amazon QuickSight namespace that you're deleting the customizations from.
public DeleteAccountCustomizationRequest withNamespace(String namespace)
The Amazon QuickSight namespace that you're deleting the customizations from.
namespace
- The Amazon QuickSight namespace that you're deleting the customizations from.public String toString()
toString
in class Object
Object.toString()
public DeleteAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()