@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCheckLayerAvailabilityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchCheckLayerAvailabilityRequest() |
Modifier and Type | Method and Description |
---|---|
BatchCheckLayerAvailabilityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getLayerDigests()
The digests of the image layers to check.
|
String |
getRegistryId()
The AWS account ID associated with the registry that contains the image layers to check.
|
String |
getRepositoryName()
The name of the repository that is associated with the image layers to check.
|
int |
hashCode() |
void |
setLayerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
|
void |
setRegistryId(String registryId)
The AWS account ID associated with the registry that contains the image layers to check.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchCheckLayerAvailabilityRequest |
withLayerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest |
withLayerDigests(String... layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest |
withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the image layers to check.
|
BatchCheckLayerAvailabilityRequest |
withRepositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
|
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(String registryId)
The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that contains the image layers to check. If you do not
specify a registry, the default registry is assumed.public String getRegistryId()
The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
public BatchCheckLayerAvailabilityRequest withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that contains the image layers to check. If you do not
specify a registry, the default registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
repositoryName
- The name of the repository that is associated with the image layers to check.public String getRepositoryName()
The name of the repository that is associated with the image layers to check.
public BatchCheckLayerAvailabilityRequest withRepositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
repositoryName
- The name of the repository that is associated with the image layers to check.public List<String> getLayerDigests()
The digests of the image layers to check.
public void setLayerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
layerDigests
- The digests of the image layers to check.public BatchCheckLayerAvailabilityRequest withLayerDigests(String... layerDigests)
The digests of the image layers to check.
NOTE: This method appends the values to the existing list (if any). Use
setLayerDigests(java.util.Collection)
or withLayerDigests(java.util.Collection)
if you want to
override the existing values.
layerDigests
- The digests of the image layers to check.public BatchCheckLayerAvailabilityRequest withLayerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
layerDigests
- The digests of the image layers to check.public String toString()
toString
in class Object
Object.toString()
public BatchCheckLayerAvailabilityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.