@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateNamespaceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateNamespaceResult |
clone() |
boolean |
equals(Object obj) |
Namespace |
getNamespace()
A list of tag instances.
|
int |
hashCode() |
void |
setNamespace(Namespace namespace)
A list of tag instances.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNamespaceResult |
withNamespace(Namespace namespace)
A list of tag instances.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNamespace(Namespace namespace)
A list of tag instances.
namespace
- A list of tag instances.public Namespace getNamespace()
A list of tag instances.
public UpdateNamespaceResult withNamespace(Namespace namespace)
A list of tag instances.
namespace
- A list of tag instances.public String toString()
toString
in class Object
Object.toString()
public UpdateNamespaceResult clone()