@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) |
List<String> |
getArns()
The ARNs of the public, private, and shared images to describe.
|
Integer |
getMaxResults()
The maximum size of each page of results.
|
List<String> |
getNames()
The names of the public or private images to describe.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results.
|
String |
getType()
The type of image (public, private, or shared) to describe.
|
int |
hashCode() |
void |
setArns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
|
void |
setMaxResults(Integer maxResults)
The maximum size of each page of results.
|
void |
setNames(Collection<String> names)
The names of the public or private images to describe.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results.
|
void |
setType(String type)
The type of image (public, private, or shared) to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeImagesRequest |
withArns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
|
DescribeImagesRequest |
withArns(String... arns)
The ARNs of the public, private, and shared images to describe.
|
DescribeImagesRequest |
withMaxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeImagesRequest |
withNames(Collection<String> names)
The names of the public or private images to describe.
|
DescribeImagesRequest |
withNames(String... names)
The names of the public or private images to describe.
|
DescribeImagesRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results.
|
DescribeImagesRequest |
withType(String type)
The type of image (public, private, or shared) to describe.
|
DescribeImagesRequest |
withType(VisibilityType type)
The type of image (public, private, or shared) to describe.
|
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 public or private images to describe.
public void setNames(Collection<String> names)
The names of the public or private images to describe.
names - The names of the public or private images to describe.public DescribeImagesRequest withNames(String... names)
The names of the public or private 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 public or private images to describe.public DescribeImagesRequest withNames(Collection<String> names)
The names of the public or private images to describe.
names - The names of the public or private images to describe.public List<String> getArns()
The ARNs of the public, private, and shared images to describe.
public void setArns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
arns - The ARNs of the public, private, and shared images to describe.public DescribeImagesRequest withArns(String... arns)
The ARNs of the public, private, and shared images to describe.
NOTE: This method appends the values to the existing list (if any). Use
setArns(java.util.Collection) or withArns(java.util.Collection) if you want to override the
existing values.
arns - The ARNs of the public, private, and shared images to describe.public DescribeImagesRequest withArns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
arns - The ARNs of the public, private, and shared images to describe.public void setType(String type)
The type of image (public, private, or shared) to describe.
type - The type of image (public, private, or shared) to describe.VisibilityTypepublic String getType()
The type of image (public, private, or shared) to describe.
VisibilityTypepublic DescribeImagesRequest withType(String type)
The type of image (public, private, or shared) to describe.
type - The type of image (public, private, or shared) to describe.VisibilityTypepublic DescribeImagesRequest withType(VisibilityType type)
The type of image (public, private, or shared) to describe.
type - The type of image (public, private, or shared) to describe.VisibilityTypepublic 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 page of results.
maxResults - The maximum size of each page of results.public Integer getMaxResults()
The maximum size of each page of results.
public DescribeImagesRequest withMaxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.public String toString()
toString in class ObjectObject.toString()public DescribeImagesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.