@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetNamespaceResult clone()