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