@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRegistryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Updates the registry.
NOOP| Constructor and Description | 
|---|
| UpdateRegistryRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateRegistryRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The description of the registry to update. | 
| String | getRegistryName()
 The name of the registry. | 
| int | hashCode() | 
| void | setDescription(String description)
 The description of the registry to update. | 
| void | setRegistryName(String registryName)
 The name of the registry. | 
| String | toString()Returns a string representation of this object. | 
| UpdateRegistryRequest | withDescription(String description)
 The description of the registry to update. | 
| UpdateRegistryRequest | withRegistryName(String registryName)
 The name of 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, withSdkRequestTimeoutpublic void setDescription(String description)
The description of the registry to update.
description - The description of the registry to update.public String getDescription()
The description of the registry to update.
public UpdateRegistryRequest withDescription(String description)
The description of the registry to update.
description - The description of the registry to update.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 UpdateRegistryRequest withRegistryName(String registryName)
The name of the registry.
registryName - The name of the registry.public String toString()
toString in class ObjectObject.toString()public UpdateRegistryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()