Class ListStreamingSessionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.nimble.model.NimbleRequest
-
- software.amazon.awssdk.services.nimble.model.ListStreamingSessionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListStreamingSessionsRequest extends NimbleRequest implements ToCopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListStreamingSessionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListStreamingSessionsRequest.Builderbuilder()StringcreatedBy()Filters the request to streaming sessions created by the given user.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()The token for the next set of results, or null if there are no more results.StringownedBy()Filters the request to streaming session owned by the given userList<SdkField<?>>sdkFields()static Class<? extends ListStreamingSessionsRequest.Builder>serializableBuilderClass()StringsessionIds()Filters the request to only the provided session IDs.StringstudioId()The studio ID.ListStreamingSessionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdBy
public final String createdBy()
Filters the request to streaming sessions created by the given user.
- Returns:
- Filters the request to streaming sessions created by the given user.
-
nextToken
public final String nextToken()
The token for the next set of results, or null if there are no more results.
- Returns:
- The token for the next set of results, or null if there are no more results.
-
ownedBy
public final String ownedBy()
Filters the request to streaming session owned by the given user
- Returns:
- Filters the request to streaming session owned by the given user
-
sessionIds
public final String sessionIds()
Filters the request to only the provided session IDs.
- Returns:
- Filters the request to only the provided session IDs.
-
studioId
public final String studioId()
The studio ID.
- Returns:
- The studio ID.
-
toBuilder
public ListStreamingSessionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>- Specified by:
toBuilderin classNimbleRequest
-
builder
public static ListStreamingSessionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListStreamingSessionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-