@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()
The user ID.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListStreamingSessionsRequest.Builder> |
serializableBuilderClass() |
String |
sessionIds()
A collection of 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()
The user ID.
public final String nextToken()
The token for the next set of results, or null if there are no more results.
public final String sessionIds()
A collection of 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 © 2021. All rights reserved.