public class ListImagesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
maxResults
The maximum number of image results returned by
ListImages
in paginated output. |
private java.lang.String |
nextToken
The
nextToken value returned from a previous paginated
ListImages request where maxResults was used
and the results exceeded the value of that parameter. |
private java.lang.String |
registryId
The AWS account ID associated with the registry that contains the
repository to list images in.
|
private java.lang.String |
repositoryName
The repository whose image IDs are to be listed.
|
NOOP
Constructor and Description |
---|
ListImagesRequest() |
Modifier and Type | Method and Description |
---|---|
ListImagesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of image results returned by
ListImages
in paginated output. |
java.lang.String |
getNextToken()
The
nextToken value returned from a previous paginated
ListImages request where maxResults was used
and the results exceeded the value of that parameter. |
java.lang.String |
getRegistryId()
The AWS account ID associated with the registry that contains the
repository to list images in.
|
java.lang.String |
getRepositoryName()
The repository whose image IDs are to be listed.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of image results returned by
ListImages
in paginated output. |
void |
setNextToken(java.lang.String nextToken)
The
nextToken value returned from a previous paginated
ListImages request where maxResults was used
and the results exceeded the value of that parameter. |
void |
setRegistryId(java.lang.String registryId)
The AWS account ID associated with the registry that contains the
repository to list images in.
|
void |
setRepositoryName(java.lang.String repositoryName)
The repository whose image IDs are to be listed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListImagesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of image results returned by
ListImages
in paginated output. |
ListImagesRequest |
withNextToken(java.lang.String nextToken)
The
nextToken value returned from a previous paginated
ListImages request where maxResults was used
and the results exceeded the value of that parameter. |
ListImagesRequest |
withRegistryId(java.lang.String registryId)
The AWS account ID associated with the registry that contains the
repository to list images in.
|
ListImagesRequest |
withRepositoryName(java.lang.String repositoryName)
The repository whose image IDs are to be listed.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String registryId
The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.
private java.lang.String repositoryName
The repository whose image IDs are to be listed.
private java.lang.String nextToken
The nextToken
value returned from a previous paginated
ListImages
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.
private java.lang.Integer maxResults
The maximum number of image results returned by ListImages
in paginated output. When this parameter is used, ListImages
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 ListImages
request with the returned nextToken
value. This value can be
between 1 and 100. If this parameter is not used, then
ListImages
returns up to 100 results and a
nextToken
value, if applicable.
public void setRegistryId(java.lang.String registryId)
The AWS account ID associated with the registry that contains the repository to list images in. 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 to list images in. If you do not specify a registry,
the default registry is assumed.public java.lang.String getRegistryId()
The AWS account ID associated with the registry that contains the repository to list images in. If you do not specify a registry, the default registry is assumed.
public ListImagesRequest withRegistryId(java.lang.String registryId)
The AWS account ID associated with the registry that contains the repository to list images in. 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 to list images in. If you do not specify a registry,
the default registry is assumed.public void setRepositoryName(java.lang.String repositoryName)
The repository whose image IDs are to be listed.
repositoryName
- The repository whose image IDs are to be listed.public java.lang.String getRepositoryName()
The repository whose image IDs are to be listed.
public ListImagesRequest withRepositoryName(java.lang.String repositoryName)
The repository whose image IDs are to be listed.
repositoryName
- The repository whose image IDs are to be listed.public void setNextToken(java.lang.String nextToken)
The nextToken
value returned from a previous paginated
ListImages
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 ListImages
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 java.lang.String getNextToken()
The nextToken
value returned from a previous paginated
ListImages
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 ListImages
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 ListImagesRequest withNextToken(java.lang.String nextToken)
The nextToken
value returned from a previous paginated
ListImages
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 ListImages
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(java.lang.Integer maxResults)
The maximum number of image results returned by ListImages
in paginated output. When this parameter is used, ListImages
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 ListImages
request with the returned nextToken
value. This value can be
between 1 and 100. If this parameter is not used, then
ListImages
returns up to 100 results and a
nextToken
value, if applicable.
maxResults
- The maximum number of image results returned by
ListImages
in paginated output. When this parameter
is used, ListImages
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
ListImages
request with the returned
nextToken
value. This value can be between 1 and 100.
If this parameter is not used, then ListImages
returns up to 100 results and a nextToken
value, if
applicable.public java.lang.Integer getMaxResults()
The maximum number of image results returned by ListImages
in paginated output. When this parameter is used, ListImages
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 ListImages
request with the returned nextToken
value. This value can be
between 1 and 100. If this parameter is not used, then
ListImages
returns up to 100 results and a
nextToken
value, if applicable.
ListImages
in paginated output. When this parameter
is used, ListImages
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
ListImages
request with the returned
nextToken
value. This value can be between 1 and
100. If this parameter is not used, then ListImages
returns up to 100 results and a nextToken
value, if
applicable.public ListImagesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of image results returned by ListImages
in paginated output. When this parameter is used, ListImages
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 ListImages
request with the returned nextToken
value. This value can be
between 1 and 100. If this parameter is not used, then
ListImages
returns up to 100 results and a
nextToken
value, if applicable.
maxResults
- The maximum number of image results returned by
ListImages
in paginated output. When this parameter
is used, ListImages
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
ListImages
request with the returned
nextToken
value. This value can be between 1 and 100.
If this parameter is not used, then ListImages
returns up to 100 results and a nextToken
value, if
applicable.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListImagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()