@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSessionsRequest extends AppStreamRequest implements ToCopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSessionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
authenticationType()
The authentication method.
|
String |
authenticationTypeAsString()
The authentication method.
|
static DescribeSessionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetName()
The name of the fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The size of each page of results.
|
String |
nextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSessionsRequest.Builder> |
serializableBuilderClass() |
String |
stackName()
The name of the stack.
|
DescribeSessionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The user identifier (ID).
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackName()
The name of the stack. This value is case-sensitive.
public final String fleetName()
The name of the fleet. This value is case-sensitive.
public final String userId()
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
public final String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public final Integer limit()
The size of each page of results. The default value is 20 and the maximum value is 50.
public final AuthenticationType authenticationType()
The authentication method. Specify API for a user authenticated using a streaming URL or
SAML for a SAML federated user. The default is to authenticate users using a streaming URL.
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return AuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from authenticationTypeAsString().
API for a user authenticated using a streaming URL or
SAML for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationTypepublic final String authenticationTypeAsString()
The authentication method. Specify API for a user authenticated using a streaming URL or
SAML for a SAML federated user. The default is to authenticate users using a streaming URL.
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return AuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from authenticationTypeAsString().
API for a user authenticated using a streaming URL or
SAML for a SAML federated user. The default is to authenticate users using a streaming URL.AuthenticationTypepublic DescribeSessionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>toBuilder in class AppStreamRequestpublic static DescribeSessionsRequest.Builder builder()
public static Class<? extends DescribeSessionsRequest.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.