@Generated(value="software.amazon.awssdk:codegen") public final class ListTestGridSessionsRequest extends DeviceFarmRequest implements ToCopyableBuilder<ListTestGridSessionsRequest.Builder,ListTestGridSessionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTestGridSessionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTestGridSessionsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Return only sessions created after this time.
|
Instant |
creationTimeBefore()
Return only sessions created before this time.
|
Instant |
endTimeAfter()
Return only sessions that ended after this time.
|
Instant |
endTimeBefore()
Return only sessions that ended before this time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResult()
Return only this many results at a time.
|
String |
nextToken()
Pagination token.
|
String |
projectArn()
ARN of a TestGridProject.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTestGridSessionsRequest.Builder> |
serializableBuilderClass() |
TestGridSessionStatus |
status()
Return only sessions in this state.
|
String |
statusAsString()
Return only sessions in this state.
|
ListTestGridSessionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectArn()
ARN of a TestGridProject.
public final TestGridSessionStatus status()
Return only sessions in this state.
If the service returns an enum value that is not available in the current SDK version, status will
return TestGridSessionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TestGridSessionStatuspublic final String statusAsString()
Return only sessions in this state.
If the service returns an enum value that is not available in the current SDK version, status will
return TestGridSessionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TestGridSessionStatuspublic final Instant creationTimeAfter()
Return only sessions created after this time.
public final Instant creationTimeBefore()
Return only sessions created before this time.
public final Instant endTimeAfter()
Return only sessions that ended after this time.
public final Instant endTimeBefore()
Return only sessions that ended before this time.
public final Integer maxResult()
Return only this many results at a time.
public final String nextToken()
Pagination token.
public ListTestGridSessionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTestGridSessionsRequest.Builder,ListTestGridSessionsRequest>toBuilder in class DeviceFarmRequestpublic static ListTestGridSessionsRequest.Builder builder()
public static Class<? extends ListTestGridSessionsRequest.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.