@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRegistryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
CreateRegistryRequest () |
| Modifier and Type | Method and Description |
|---|---|
CreateRegistryRequest |
addTagsEntry (String key,
String value)
Add a single Tags entry
|
CreateRegistryRequest |
clearTagsEntries ()
Removes all the entries added into Tags.
|
CreateRegistryRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getDescription ()
A description of the registry to be created.
|
String |
getRegistryName ()
The name of the registry.
|
Map<String,String> |
getTags ()
Tags to associate with the registry.
|
int |
hashCode () |
void |
setDescription (String description)
A description of the registry to be created.
|
void |
setRegistryName (String registryName)
The name of the registry.
|
void |
setTags (Map<String,String> tags)
Tags to associate with the registry.
|
String |
toString ()
Returns a string representation of this object.
|
CreateRegistryRequest |
withDescription (String description)
A description of the registry to be created.
|
CreateRegistryRequest |
withRegistryName (String registryName)
The name of the registry.
|
CreateRegistryRequest |
withTags (Map<String,String> tags)
Tags to associate with the registry.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public CreateRegistryRequest()
public void setDescription(String description)
A description of the registry to be created.
description - A description of the registry to be created.public String getDescription()
A description of the registry to be created.
public CreateRegistryRequest withDescription(String description)
A description of the registry to be created.
description - A description of the registry to be created.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 CreateRegistryRequest withRegistryName(String registryName)
The name of the registry.
registryName - The name of the registry.public Map<String,String> getTags()
Tags to associate with the registry.
public void setTags(Map<String,String> tags)
Tags to associate with the registry.
tags - Tags to associate with the registry.public CreateRegistryRequest withTags(Map<String,String> tags)
Tags to associate with the registry.
tags - Tags to associate with the registry.public CreateRegistryRequest addTagsEntry(String key, String value)
public CreateRegistryRequest clearTagsEntries()
public String toString()
toString in class Object Object.toString() public CreateRegistryRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()