@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) |
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() |
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) |
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) |
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 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)
registryName
- public String getRegistryName()
public CreateRegistryRequest withRegistryName(String registryName)
registryName
- 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.