@Generated(value="software.amazon.awssdk:codegen") public final class GetTestGridSessionRequest extends DeviceFarmRequest implements ToCopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTestGridSessionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTestGridSessionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectArn()
The ARN for the project that this session belongs to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTestGridSessionRequest.Builder> |
serializableBuilderClass() |
String |
sessionArn()
An ARN that uniquely identifies a TestGridSession.
|
String |
sessionId()
An ID associated with this session.
|
GetTestGridSessionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectArn()
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
public final String sessionId()
An ID associated with this session.
public final String sessionArn()
An ARN that uniquely identifies a TestGridSession.
public GetTestGridSessionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>toBuilder in class DeviceFarmRequestpublic static GetTestGridSessionRequest.Builder builder()
public static Class<? extends GetTestGridSessionRequest.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.