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