@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()
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 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, 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 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 Object
Object.toString()
public DescribeNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()