@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRegistryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
A description of the registry.
|
RegistryId |
getRegistryId()
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setDescription(String description)
A description of the registry.
|
void |
setRegistryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
UpdateRegistryRequest |
withDescription(String description)
A description of the registry.
|
UpdateRegistryRequest |
withRegistryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
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 setRegistryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
registryId
- This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).public RegistryId getRegistryId()
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
public UpdateRegistryRequest withRegistryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
registryId
- This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).public void setDescription(String description)
A description of the registry. If description is not provided, this field will not be updated.
description
- A description of the registry. If description is not provided, this field will not be updated.public String getDescription()
A description of the registry. If description is not provided, this field will not be updated.
public UpdateRegistryRequest withDescription(String description)
A description of the registry. If description is not provided, this field will not be updated.
description
- A description of the registry. If description is not provided, this field will not be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateRegistryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()