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