@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 |
getNamespaceName()
The name of the user's namespace.
|
int |
hashCode() |
void |
setNamespaceName(String namespaceName)
The name of the user's namespace.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNamespaceRequest |
withNamespaceName(String namespaceName)
The name of the user's namespace.
|
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 setNamespaceName(String namespaceName)
The name of the user's namespace. Set this to aws
to get the public namespace.
namespaceName
- The name of the user's namespace. Set this to aws
to get the public namespace.public String getNamespaceName()
The name of the user's namespace. Set this to aws
to get the public namespace.
aws
to get the public namespace.public DescribeNamespaceRequest withNamespaceName(String namespaceName)
The name of the user's namespace. Set this to aws
to get the public namespace.
namespaceName
- The name of the user's namespace. Set this to aws
to get the public namespace.public String toString()
toString
in class Object
Object.toString()
public DescribeNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.