@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()
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 the Amazon 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 Amazon 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 Amazon QuickSight namespace from.
|
DeleteNamespaceRequest |
withNamespace(String namespace)
The namespace that you want to delete.
|
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 the Amazon QuickSight namespace from.
awsAccountId
- The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.public String getAwsAccountId()
The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.
public DeleteNamespaceRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to delete the Amazon QuickSight namespace from.
awsAccountId
- The ID for the Amazon Web Services account that you want to delete the Amazon 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 Object
Object.toString()
public DeleteNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()