Class ABTestSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ABTestSummary.Builder,ABTestSummary>
Summary information about an A/B test.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Resource Name (ARN) of the A/B test.final StringabTestId()The unique identifier of the A/B test.static ABTestSummary.Builderbuilder()final InstantThe timestamp when the A/B test was created.final StringThe description of the A/B test.final booleanfinal booleanequalsBySdkFields(Object obj) final ABTestExecutionStatusThe execution status of the A/B test.final StringThe execution status of the A/B test.final StringThe Amazon Resource Name (ARN) of the gateway used for traffic splitting.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the A/B test.static Class<? extends ABTestSummary.Builder>final ABTestStatusstatus()The current status of the A/B test.final StringThe current status of the A/B test.final StringtoString()Returns a string representation of this object.final InstantThe timestamp when the A/B test was last updated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
abTestId
The unique identifier of the A/B test.
- Returns:
- The unique identifier of the A/B test.
-
abTestArn
The Amazon Resource Name (ARN) of the A/B test.
- Returns:
- The Amazon Resource Name (ARN) of the A/B test.
-
name
The name of the A/B test.
- Returns:
- The name of the A/B test.
-
status
The current status of the A/B test.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnABTestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the A/B test.
- See Also:
-
statusAsString
The current status of the A/B test.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnABTestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the A/B test.
- See Also:
-
executionStatus
The execution status of the A/B test.
If the service returns an enum value that is not available in the current SDK version,
executionStatuswill returnABTestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionStatusAsString().- Returns:
- The execution status of the A/B test.
- See Also:
-
executionStatusAsString
The execution status of the A/B test.
If the service returns an enum value that is not available in the current SDK version,
executionStatuswill returnABTestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionStatusAsString().- Returns:
- The execution status of the A/B test.
- See Also:
-
description
The description of the A/B test.
- Returns:
- The description of the A/B test.
-
gatewayArn
The Amazon Resource Name (ARN) of the gateway used for traffic splitting.
- Returns:
- The Amazon Resource Name (ARN) of the gateway used for traffic splitting.
-
createdAt
The timestamp when the A/B test was created.
- Returns:
- The timestamp when the A/B test was created.
-
updatedAt
The timestamp when the A/B test was last updated.
- Returns:
- The timestamp when the A/B test was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ABTestSummary.Builder,ABTestSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-