@Generated(value="software.amazon.awssdk:codegen") public final class ListStreamingImagesRequest extends NimbleRequest implements ToCopyableBuilder<ListStreamingImagesRequest.Builder,ListStreamingImagesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStreamingImagesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStreamingImagesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token for the next set of results, or null if there are no more results.
|
String |
owner()
Filter this request to streaming images with the given owner
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListStreamingImagesRequest.Builder> |
serializableBuilderClass() |
String |
studioId()
The studio ID.
|
ListStreamingImagesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The token for the next set of results, or null if there are no more results.
public final String owner()
Filter this request to streaming images with the given owner
public final String studioId()
The studio ID.
public ListStreamingImagesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListStreamingImagesRequest.Builder,ListStreamingImagesRequest>toBuilder in class NimbleRequestpublic static ListStreamingImagesRequest.Builder builder()
public static Class<? extends ListStreamingImagesRequest.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 © 2023. All rights reserved.