@Generated(value="software.amazon.awssdk:codegen") public final class ListStreamingSessionsRequest extends NimbleRequest implements ToCopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStreamingSessionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStreamingSessionsRequest.Builder |
builder() |
String |
createdBy()
Filters the request to streaming sessions created by the given user.
|
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 |
ownedBy()
Filters the request to streaming session owned by the given user
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListStreamingSessionsRequest.Builder> |
serializableBuilderClass() |
String |
sessionIds()
Filters the request to only the provided session IDs.
|
String |
studioId()
The studio ID.
|
ListStreamingSessionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String createdBy()
Filters the request to streaming sessions created by the given user.
public final String nextToken()
The token for the next set of results, or null if there are no more results.
public final String ownedBy()
Filters the request to streaming session owned by the given user
public final String sessionIds()
Filters the request to only the provided session IDs.
public final String studioId()
The studio ID.
public ListStreamingSessionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>toBuilder in class NimbleRequestpublic static ListStreamingSessionsRequest.Builder builder()
public static Class<? extends ListStreamingSessionsRequest.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.