@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of each results page.
|
List<String> |
getNames()
The names of the images to describe.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of each results page.
|
void |
setNames(Collection<String> names)
The names of the images to describe.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeImagesRequest |
withMaxResults(Integer maxResults)
The maximum size of each results page.
|
DescribeImagesRequest |
withNames(Collection<String> names)
The names of the images to describe.
|
DescribeImagesRequest |
withNames(String... names)
The names of the images to describe.
|
DescribeImagesRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getNames()
The names of the images to describe.
public void setNames(Collection<String> names)
The names of the images to describe.
names - The names of the images to describe.public DescribeImagesRequest withNames(String... names)
The names of the images to describe.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
existing values.
names - The names of the images to describe.public DescribeImagesRequest withNames(Collection<String> names)
The names of the images to describe.
names - The names of the images to describe.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results. If this value is empty, only the first page is retrieved.
nextToken - The pagination token to use to retrieve the next page of results. If this value is empty, only the first
page is retrieved.public String getNextToken()
The pagination token to use to retrieve the next page of results. If this value is empty, only the first page is retrieved.
public DescribeImagesRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results. If this value is empty, only the first page is retrieved.
nextToken - The pagination token to use to retrieve the next page of results. If this value is empty, only the first
page is retrieved.public void setMaxResults(Integer maxResults)
The maximum size of each results page.
maxResults - The maximum size of each results page.public Integer getMaxResults()
The maximum size of each results page.
public DescribeImagesRequest withMaxResults(Integer maxResults)
The maximum size of each results page.
maxResults - The maximum size of each results page.public String toString()
toString in class ObjectObject.toString()public DescribeImagesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.