@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 String projectArn()
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
public String sessionId()
An ID associated with this session.
public 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 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.