@Generated(value="software.amazon.awssdk:codegen") public final class ListImagesRequest extends ImagebuilderRequest implements ToCopyableBuilder<ListImagesRequest.Builder,ListImagesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListImagesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListImagesRequest.Builder |
builder() |
Boolean |
byName()
Requests a list of images with a specific recipe name.
|
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 |
includeDeprecated()
Includes deprecated images in the response list.
|
Integer |
maxResults()
The maximum items to return in a request.
|
String |
nextToken()
A token to specify where to start paginating.
|
Ownership |
owner()
The owner defines which images you want to list.
|
String |
ownerAsString()
The owner defines which images you want to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListImagesRequest.Builder> |
serializableBuilderClass() |
ListImagesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Ownership owner()
The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.
If the service returns an enum value that is not available in the current SDK version, owner will return
Ownership.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ownerAsString().
Ownershippublic final String ownerAsString()
The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.
If the service returns an enum value that is not available in the current SDK version, owner will return
Ownership.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ownerAsString().
Ownershippublic final boolean hasFilters()
public final List<Filter> filters()
The filters.
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.
public final Boolean byName()
Requests a list of images with a specific recipe name.
public final Integer maxResults()
The maximum items to return in a request.
public final String nextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public final Boolean includeDeprecated()
Includes deprecated images in the response list.
public ListImagesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListImagesRequest.Builder,ListImagesRequest>toBuilder in class ImagebuilderRequestpublic static ListImagesRequest.Builder builder()
public static Class<? extends ListImagesRequest.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.