@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRegistryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetRegistryRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetRegistryRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
RegistryId | 
getRegistryId()
 This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN). 
 | 
int | 
hashCode()  | 
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. 
 | 
GetRegistryRequest | 
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, withSdkRequestTimeoutpublic 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 GetRegistryRequest 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 String toString()
toString in class ObjectObject.toString()public GetRegistryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()