@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteNamespaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteNamespaceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
|
String |
getNamespace()
The namespace that you want to delete.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
|
void |
setNamespace(String namespace)
The namespace that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNamespaceRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
|
DeleteNamespaceRequest |
withNamespace(String namespace)
The namespace that you want to delete.
|
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 the QuickSight namespace from.
awsAccountId - The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.public String getAwsAccountId()
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
public DeleteNamespaceRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.
awsAccountId - The ID for the Amazon Web Services account; that you want to delete the QuickSight namespace from.public void setNamespace(String namespace)
The namespace that you want to delete.
namespace - The namespace that you want to delete.public String getNamespace()
The namespace that you want to delete.
public DeleteNamespaceRequest withNamespace(String namespace)
The namespace that you want to delete.
namespace - The namespace that you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteNamespaceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.