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 request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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 © 2015. All rights reserved.