@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 String projectArn()
ARN of a TestGridProject.
public 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 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 Instant creationTimeAfter()
Return only sessions created after this time.
public Instant creationTimeBefore()
Return only sessions created before this time.
public Instant endTimeAfter()
Return only sessions that ended after this time.
public Instant endTimeBefore()
Return only sessions that ended before this time.
public Integer maxResult()
Return only this many results at a time.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.