@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNamespaceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNamespaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNamespaceArn()
The ARN of the namespace.
|
String |
getNamespaceName()
The name of the namespace.
|
Long |
getNamespaceVersion()
The version of the user's namespace to describe.
|
String |
getTrackingNamespaceName()
The name of the public namespace that the latest namespace version is tracking.
|
Long |
getTrackingNamespaceVersion()
The version of the public namespace that the latest version is tracking.
|
int |
hashCode() |
void |
setNamespaceArn(String namespaceArn)
The ARN of the namespace.
|
void |
setNamespaceName(String namespaceName)
The name of the namespace.
|
void |
setNamespaceVersion(Long namespaceVersion)
The version of the user's namespace to describe.
|
void |
setTrackingNamespaceName(String trackingNamespaceName)
The name of the public namespace that the latest namespace version is tracking.
|
void |
setTrackingNamespaceVersion(Long trackingNamespaceVersion)
The version of the public namespace that the latest version is tracking.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNamespaceResult |
withNamespaceArn(String namespaceArn)
The ARN of the namespace.
|
DescribeNamespaceResult |
withNamespaceName(String namespaceName)
The name of the namespace.
|
DescribeNamespaceResult |
withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace to describe.
|
DescribeNamespaceResult |
withTrackingNamespaceName(String trackingNamespaceName)
The name of the public namespace that the latest namespace version is tracking.
|
DescribeNamespaceResult |
withTrackingNamespaceVersion(Long trackingNamespaceVersion)
The version of the public namespace that the latest version is tracking.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNamespaceArn(String namespaceArn)
The ARN of the namespace.
namespaceArn
- The ARN of the namespace.public String getNamespaceArn()
The ARN of the namespace.
public DescribeNamespaceResult withNamespaceArn(String namespaceArn)
The ARN of the namespace.
namespaceArn
- The ARN of the namespace.public void setNamespaceName(String namespaceName)
The name of the namespace.
namespaceName
- The name of the namespace.public String getNamespaceName()
The name of the namespace.
public DescribeNamespaceResult withNamespaceName(String namespaceName)
The name of the namespace.
namespaceName
- The name of the namespace.public void setTrackingNamespaceName(String trackingNamespaceName)
The name of the public namespace that the latest namespace version is tracking.
trackingNamespaceName
- The name of the public namespace that the latest namespace version is tracking.public String getTrackingNamespaceName()
The name of the public namespace that the latest namespace version is tracking.
public DescribeNamespaceResult withTrackingNamespaceName(String trackingNamespaceName)
The name of the public namespace that the latest namespace version is tracking.
trackingNamespaceName
- The name of the public namespace that the latest namespace version is tracking.public void setTrackingNamespaceVersion(Long trackingNamespaceVersion)
The version of the public namespace that the latest version is tracking.
trackingNamespaceVersion
- The version of the public namespace that the latest version is tracking.public Long getTrackingNamespaceVersion()
The version of the public namespace that the latest version is tracking.
public DescribeNamespaceResult withTrackingNamespaceVersion(Long trackingNamespaceVersion)
The version of the public namespace that the latest version is tracking.
trackingNamespaceVersion
- The version of the public namespace that the latest version is tracking.public void setNamespaceVersion(Long namespaceVersion)
The version of the user's namespace to describe.
namespaceVersion
- The version of the user's namespace to describe.public Long getNamespaceVersion()
The version of the user's namespace to describe.
public DescribeNamespaceResult withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace to describe.
namespaceVersion
- The version of the user's namespace to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeNamespaceResult clone()