@Generated(value="software.amazon.awssdk:codegen") public final class ListLaunchProfileMembersRequest extends NimbleRequest implements ToCopyableBuilder<ListLaunchProfileMembersRequest.Builder,ListLaunchProfileMembersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLaunchProfileMembersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLaunchProfileMembersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchProfileId()
The ID of the launch profile used to control access from the streaming session.
|
Integer |
maxResults()
The max number of results to return in the response.
|
String |
nextToken()
The token for the next set of results, or null if there are no more results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLaunchProfileMembersRequest.Builder> |
serializableBuilderClass() |
String |
studioId()
The studio ID.
|
ListLaunchProfileMembersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String launchProfileId()
The ID of the launch profile used to control access from the streaming session.
public final Integer maxResults()
The max number of results to return in the response.
public final String nextToken()
The token for the next set of results, or null if there are no more results.
public final String studioId()
The studio ID.
public ListLaunchProfileMembersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLaunchProfileMembersRequest.Builder,ListLaunchProfileMembersRequest>toBuilder in class NimbleRequestpublic static ListLaunchProfileMembersRequest.Builder builder()
public static Class<? extends ListLaunchProfileMembersRequest.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.