@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImagesInRecycleBinRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ListImagesInRecycleBinRequest>
NOOP
Constructor and Description |
---|
ListImagesInRecycleBinRequest() |
Modifier and Type | Method and Description |
---|---|
ListImagesInRecycleBinRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<ListImagesInRecycleBinRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getImageIds()
The IDs of the AMIs to list.
|
Integer |
getMaxResults()
The maximum number of items to return for this request.
|
String |
getNextToken()
The token returned from a previous paginated request.
|
int |
hashCode() |
void |
setImageIds(Collection<String> imageIds)
The IDs of the AMIs to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token returned from a previous paginated request.
|
String |
toString()
Returns a string representation of this object.
|
ListImagesInRecycleBinRequest |
withImageIds(Collection<String> imageIds)
The IDs of the AMIs to list.
|
ListImagesInRecycleBinRequest |
withImageIds(String... imageIds)
The IDs of the AMIs to list.
|
ListImagesInRecycleBinRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
ListImagesInRecycleBinRequest |
withNextToken(String nextToken)
The token returned from a previous paginated request.
|
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 List<String> getImageIds()
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
public void setImageIds(Collection<String> imageIds)
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
imageIds
- The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You
can specify up to 20 IDs in a single request.public ListImagesInRecycleBinRequest withImageIds(String... imageIds)
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
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 IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You
can specify up to 20 IDs in a single request.public ListImagesInRecycleBinRequest withImageIds(Collection<String> imageIds)
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
imageIds
- The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You
can specify up to 20 IDs in a single request.public void setNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public String getNextToken()
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
public ListImagesInRecycleBinRequest withNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public Integer getMaxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
public ListImagesInRecycleBinRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public Request<ListImagesInRecycleBinRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ListImagesInRecycleBinRequest>
public String toString()
toString
in class Object
Object.toString()
public ListImagesInRecycleBinRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()