@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRegistryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRegistryResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRegistryResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateRegistryResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateRegistryResult |
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.
|
UpdateRegistryResult |
withDescription(String description)
The description of the registry.
|
UpdateRegistryResult |
withRegistryArn(String registryArn)
The ARN of the registry.
|
UpdateRegistryResult |
withRegistryName(String registryName)
The name of the registry.
|
UpdateRegistryResult |
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 UpdateRegistryResult 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 UpdateRegistryResult 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 UpdateRegistryResult 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 UpdateRegistryResult withTags(Map<String,String> tags)
Tags associated with the registry.
tags
- Tags associated with the registry.public UpdateRegistryResult addTagsEntry(String key, String value)
public UpdateRegistryResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateRegistryResult clone()