@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrySummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
RegistrySummary() |
| Modifier and Type | Method and Description |
|---|---|
RegistrySummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
RegistrySummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
RegistrySummary |
clone() |
boolean |
equals(Object obj) |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
RegistrySummary |
withRegistryArn(String registryArn)
The ARN of the registry.
|
RegistrySummary |
withRegistryName(String registryName)
The name of the registry.
|
RegistrySummary |
withTags(Map<String,String> tags)
Tags associated with 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 RegistrySummary 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 RegistrySummary 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 RegistrySummary withTags(Map<String,String> tags)
Tags associated with the registry.
tags - Tags associated with the registry.public RegistrySummary addTagsEntry(String key, String value)
public RegistrySummary clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public RegistrySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.