@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRegistryResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistryResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeRegistryResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeRegistryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the registry.
|
String |
getRegistryArn()
The ARN of the registry.
|
String |
getRegistryName()
The name of the registry.
|
Map<String,String> |
getTags()
Tags associated with the registry.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the registry.
|
void |
setRegistryArn(String registryArn)
The ARN of the registry.
|
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setTags(Map<String,String> tags)
Tags associated with the registry.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistryResult |
withDescription(String description)
The description of the registry.
|
DescribeRegistryResult |
withRegistryArn(String registryArn)
The ARN of the registry.
|
DescribeRegistryResult |
withRegistryName(String registryName)
The name of the registry.
|
DescribeRegistryResult |
withTags(Map<String,String> tags)
Tags associated with the registry.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDescription(String description)
The description of the registry.
description
- The description of the registry.public String getDescription()
The description of the registry.
public DescribeRegistryResult withDescription(String description)
The description of the registry.
description
- The description of the registry.public void setRegistryArn(String registryArn)
The ARN of the registry.
registryArn
- The ARN of the registry.public String getRegistryArn()
The ARN of the registry.
public DescribeRegistryResult withRegistryArn(String registryArn)
The ARN of the registry.
registryArn
- The ARN of the registry.public void setRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public String getRegistryName()
The name of the registry.
public DescribeRegistryResult withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public Map<String,String> getTags()
Tags associated with the registry.
public void setTags(Map<String,String> tags)
Tags associated with the registry.
tags
- Tags associated with the registry.public DescribeRegistryResult withTags(Map<String,String> tags)
Tags associated with the registry.
tags
- Tags associated with the registry.public DescribeRegistryResult addTagsEntry(String key, String value)
public DescribeRegistryResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeRegistryResult clone()