@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStoreImageTasksRequest extends Ec2Request implements ToCopyableBuilder<DescribeStoreImageTasksRequest.Builder,DescribeStoreImageTasksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStoreImageTasksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStoreImageTasksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Filter> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
Returns true if the Filters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasImageIds()
Returns true if the ImageIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
imageIds()
The AMI IDs for which to show progress.
|
Integer |
maxResults()
The maximum number of results to return in a single call.
|
String |
nextToken()
The token for the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStoreImageTasksRequest.Builder> |
serializableBuilderClass() |
DescribeStoreImageTasksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasImageIds()
public final List<String> imageIds()
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasImageIds() to see if a value was sent in this field.
public final boolean hasFilters()
public final List<Filter> filters()
The filters.
task-state - Returns tasks in a certain state (InProgress | Completed |
Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the filter value,
specify the bucket name.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilters() to see if a value was sent in this field.
task-state - Returns tasks in a certain state (InProgress |
Completed | Failed)
bucket - Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
public final String nextToken()
The token for the next page of results.
public final Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value. This value can be between 1 and 200. You cannot specify this
parameter and the ImageIDs parameter in the same call.
NextToken value. This value can be between 1 and 200. You cannot
specify this parameter and the ImageIDs parameter in the same call.public DescribeStoreImageTasksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStoreImageTasksRequest.Builder,DescribeStoreImageTasksRequest>toBuilder in class Ec2Requestpublic static DescribeStoreImageTasksRequest.Builder builder()
public static Class<? extends DescribeStoreImageTasksRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.