Class TestGridSessionAction
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.TestGridSessionAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestGridSessionAction.Builder,TestGridSessionAction>
@Generated("software.amazon.awssdk:codegen") public final class TestGridSessionAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestGridSessionAction.Builder,TestGridSessionAction>
An action taken by a TestGridSession browser instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestGridSessionAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaction()The action taken by the session.static TestGridSessionAction.Builderbuilder()Longduration()The time, in milliseconds, that the action took to complete in the browser.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrequestMethod()HTTP method that the browser used to make the request.List<SdkField<?>>sdkFields()static Class<? extends TestGridSessionAction.Builder>serializableBuilderClass()Instantstarted()The time that the session invoked the action.StringstatusCode()HTTP status code returned to the browser when the action was taken.TestGridSessionAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
action
public final String action()
The action taken by the session.
- Returns:
- The action taken by the session.
-
started
public final Instant started()
The time that the session invoked the action.
- Returns:
- The time that the session invoked the action.
-
duration
public final Long duration()
The time, in milliseconds, that the action took to complete in the browser.
- Returns:
- The time, in milliseconds, that the action took to complete in the browser.
-
statusCode
public final String statusCode()
HTTP status code returned to the browser when the action was taken.
- Returns:
- HTTP status code returned to the browser when the action was taken.
-
requestMethod
public final String requestMethod()
HTTP method that the browser used to make the request.
- Returns:
- HTTP method that the browser used to make the request.
-
toBuilder
public TestGridSessionAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestGridSessionAction.Builder,TestGridSessionAction>
-
builder
public static TestGridSessionAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestGridSessionAction.Builder> serializableBuilderClass()
-
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.
-
-