@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetNamespaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetNamespaceRequest |
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 namespace to retrieve information for.
|
int |
hashCode() |
void |
setNamespaceName(String namespaceName)
The name of the namespace to retrieve information for.
|
String |
toString()
Returns a string representation of this object.
|
GetNamespaceRequest |
withNamespaceName(String namespaceName)
The name of the namespace to retrieve information for.
|
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, withSdkRequestTimeoutpublic void setNamespaceName(String namespaceName)
The name of the namespace to retrieve information for.
namespaceName - The name of the namespace to retrieve information for.public String getNamespaceName()
The name of the namespace to retrieve information for.
public GetNamespaceRequest withNamespaceName(String namespaceName)
The name of the namespace to retrieve information for.
namespaceName - The name of the namespace to retrieve information for.public String toString()
toString in class ObjectObject.toString()public GetNamespaceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()