Class GetTestGridSessionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest
-
- software.amazon.awssdk.services.devicefarm.model.GetTestGridSessionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetTestGridSessionRequest extends DeviceFarmRequest implements ToCopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTestGridSessionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTestGridSessionRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprojectArn()The ARN for the project that this session belongs to.List<SdkField<?>>sdkFields()static Class<? extends GetTestGridSessionRequest.Builder>serializableBuilderClass()StringsessionArn()An ARN that uniquely identifies a TestGridSession.StringsessionId()An ID associated with this session.GetTestGridSessionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
projectArn
public final String projectArn()
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
- Returns:
- The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
-
sessionId
public final String sessionId()
An ID associated with this session.
- Returns:
- An ID associated with this session.
-
sessionArn
public final String sessionArn()
An ARN that uniquely identifies a TestGridSession.
- Returns:
- An ARN that uniquely identifies a TestGridSession.
-
toBuilder
public GetTestGridSessionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>- Specified by:
toBuilderin classDeviceFarmRequest
-
builder
public static GetTestGridSessionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTestGridSessionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-