public class BatchGetImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetImageRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<ImageIdentifier> |
getImageIds()
A list of image ID references that correspond to images to describe.
|
String |
getRegistryId()
The AWS account ID associated with the registry that contains the images
to describe.
|
String |
getRepositoryName()
The repository that contains the images to describe.
|
int |
hashCode() |
void |
setImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.
|
void |
setRegistryId(String registryId)
The AWS account ID associated with the registry that contains the images
to describe.
|
void |
setRepositoryName(String repositoryName)
The repository that contains the images to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetImageRequest |
withImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest |
withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe.
|
BatchGetImageRequest |
withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the images
to describe.
|
BatchGetImageRequest |
withRepositoryName(String repositoryName)
The repository that contains the images to describe.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRegistryId(String registryId)
The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the
images to describe. 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 images to describe. If you do not specify a registry, the default registry is assumed.
public BatchGetImageRequest withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the
images to describe. If you do not specify a registry, the default
registry is assumed.public void setRepositoryName(String repositoryName)
The repository that contains the images to describe.
repositoryName - The repository that contains the images to describe.public String getRepositoryName()
The repository that contains the images to describe.
public BatchGetImageRequest withRepositoryName(String repositoryName)
The repository that contains the images to describe.
repositoryName - The repository that contains the images to describe.public List<ImageIdentifier> getImageIds()
A list of image ID references that correspond to images to describe. The
format of the imageIds reference is
imageTag=tag or imageDigest=digest.
imageIds reference is
imageTag=tag or imageDigest=digest.public void setImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe. The
format of the imageIds reference is
imageTag=tag or imageDigest=digest.
imageIds - A list of image ID references that correspond to images to
describe. The format of the imageIds reference is
imageTag=tag or imageDigest=digest.public BatchGetImageRequest withImageIds(ImageIdentifier... imageIds)
A list of image ID references that correspond to images to describe. The
format of the imageIds reference is
imageTag=tag or imageDigest=digest.
NOTE: This method appends the values to the existing list (if
any). Use setImageIds(java.util.Collection) or
withImageIds(java.util.Collection) if you want to override the
existing values.
imageIds - A list of image ID references that correspond to images to
describe. The format of the imageIds reference is
imageTag=tag or imageDigest=digest.public BatchGetImageRequest withImageIds(Collection<ImageIdentifier> imageIds)
A list of image ID references that correspond to images to describe. The
format of the imageIds reference is
imageTag=tag or imageDigest=digest.
imageIds - A list of image ID references that correspond to images to
describe. The format of the imageIds reference is
imageTag=tag or imageDigest=digest.public String toString()
toString in class ObjectObject.toString()public BatchGetImageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.