@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeImagesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeImagesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DescribeImagesFilter |
getFilter()
The filter key and value with which to filter your
DescribeImages results. |
List<ImageIdentifier> |
getImageIds()
The list of image IDs for the requested repository.
|
Integer |
getMaxResults()
The maximum number of repository results returned by
DescribeImages in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeImages request where
maxResults was used and the results exceeded the value of that parameter. |
String |
getRegistryId()
The AWS account ID associated with the registry that contains the repository in which to describe images.
|
String |
getRepositoryName()
A list of repositories to describe.
|
int |
hashCode() |
void |
setFilter(DescribeImagesFilter filter)
The filter key and value with which to filter your
DescribeImages results. |
void |
setImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
void |
setMaxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeImages in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeImages request where
maxResults was used and the results exceeded the value of that parameter. |
void |
setRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to describe images.
|
void |
setRepositoryName(String repositoryName)
A list of repositories to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeImagesRequest |
withFilter(DescribeImagesFilter filter)
The filter key and value with which to filter your
DescribeImages results. |
DescribeImagesRequest |
withImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
|
DescribeImagesRequest |
withImageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
|
DescribeImagesRequest |
withMaxResults(Integer maxResults)
The maximum number of repository results returned by
DescribeImages in paginated output. |
DescribeImagesRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeImages request where
maxResults was used and the results exceeded the value of that parameter. |
DescribeImagesRequest |
withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to describe images.
|
DescribeImagesRequest |
withRepositoryName(String repositoryName)
A list of repositories to describe.
|
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 repository in which to describe images. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that contains the repository in which to describe images.
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 repository in which to describe images. If you do not specify a registry, the default registry is assumed.
public DescribeImagesRequest withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to describe images. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that contains the repository in which to describe images.
If you do not specify a registry, the default registry is assumed.public void setRepositoryName(String repositoryName)
A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
repositoryName
- A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are
described.public String getRepositoryName()
A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
public DescribeImagesRequest withRepositoryName(String repositoryName)
A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
repositoryName
- A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are
described.public List<ImageIdentifier> getImageIds()
The list of image IDs for the requested repository.
public void setImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
imageIds
- The list of image IDs for the requested repository.public DescribeImagesRequest withImageIds(ImageIdentifier... imageIds)
The list of image IDs for the requested repository.
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
- The list of image IDs for the requested repository.public DescribeImagesRequest withImageIds(Collection<ImageIdentifier> imageIds)
The list of image IDs for the requested repository.
imageIds
- The list of image IDs for the requested repository.public void setNextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeImages
request where
maxResults
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
nextToken
- The nextToken
value returned from a previous paginated DescribeImages
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return.public String getNextToken()
The nextToken
value returned from a previous paginated DescribeImages
request where
maxResults
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
nextToken
value returned from a previous paginated DescribeImages
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return.public DescribeImagesRequest withNextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeImages
request where
maxResults
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
nextToken
- The nextToken
value returned from a previous paginated DescribeImages
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return.public void setMaxResults(Integer maxResults)
The maximum number of repository results returned by DescribeImages
in paginated output. When this
parameter is used, DescribeImages
only returns maxResults
results in a single page
along with a nextToken
response element. The remaining results of the initial request can be seen by
sending another DescribeImages
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then DescribeImages
returns up to 100
results and a nextToken
value, if applicable.
maxResults
- The maximum number of repository results returned by DescribeImages
in paginated output. When
this parameter is used, DescribeImages
only returns maxResults
results in a
single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another DescribeImages
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
DescribeImages
returns up to 100 results and a nextToken
value, if applicable.public Integer getMaxResults()
The maximum number of repository results returned by DescribeImages
in paginated output. When this
parameter is used, DescribeImages
only returns maxResults
results in a single page
along with a nextToken
response element. The remaining results of the initial request can be seen by
sending another DescribeImages
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then DescribeImages
returns up to 100
results and a nextToken
value, if applicable.
DescribeImages
in paginated output.
When this parameter is used, DescribeImages
only returns maxResults
results in
a single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another DescribeImages
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
DescribeImages
returns up to 100 results and a nextToken
value, if applicable.public DescribeImagesRequest withMaxResults(Integer maxResults)
The maximum number of repository results returned by DescribeImages
in paginated output. When this
parameter is used, DescribeImages
only returns maxResults
results in a single page
along with a nextToken
response element. The remaining results of the initial request can be seen by
sending another DescribeImages
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then DescribeImages
returns up to 100
results and a nextToken
value, if applicable.
maxResults
- The maximum number of repository results returned by DescribeImages
in paginated output. When
this parameter is used, DescribeImages
only returns maxResults
results in a
single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another DescribeImages
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
DescribeImages
returns up to 100 results and a nextToken
value, if applicable.public void setFilter(DescribeImagesFilter filter)
The filter key and value with which to filter your DescribeImages
results.
filter
- The filter key and value with which to filter your DescribeImages
results.public DescribeImagesFilter getFilter()
The filter key and value with which to filter your DescribeImages
results.
DescribeImages
results.public DescribeImagesRequest withFilter(DescribeImagesFilter filter)
The filter key and value with which to filter your DescribeImages
results.
filter
- The filter key and value with which to filter your DescribeImages
results.public String toString()
toString
in class Object
Object.toString()
public DescribeImagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.