@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteNamespaceResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteNamespaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNamespaceArn()
The ARN of the namespace to be deleted.
|
String |
getNamespaceName()
The name of the namespace to be deleted.
|
int |
hashCode() |
void |
setNamespaceArn(String namespaceArn)
The ARN of the namespace to be deleted.
|
void |
setNamespaceName(String namespaceName)
The name of the namespace to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNamespaceResult |
withNamespaceArn(String namespaceArn)
The ARN of the namespace to be deleted.
|
DeleteNamespaceResult |
withNamespaceName(String namespaceName)
The name of the namespace to be deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNamespaceArn(String namespaceArn)
The ARN of the namespace to be deleted.
namespaceArn - The ARN of the namespace to be deleted.public String getNamespaceArn()
The ARN of the namespace to be deleted.
public DeleteNamespaceResult withNamespaceArn(String namespaceArn)
The ARN of the namespace to be deleted.
namespaceArn - The ARN of the namespace to be deleted.public void setNamespaceName(String namespaceName)
The name of the namespace to be deleted.
namespaceName - The name of the namespace to be deleted.public String getNamespaceName()
The name of the namespace to be deleted.
public DeleteNamespaceResult withNamespaceName(String namespaceName)
The name of the namespace to be deleted.
namespaceName - The name of the namespace to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteNamespaceResult clone()