Class CreateAbTestResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateAbTestResponse.Builder,CreateAbTestResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Resource Name (ARN) of the created A/B test.final StringabTestId()The unique identifier of the created A/B test.static CreateAbTestResponse.Builderbuilder()final InstantThe timestamp when the A/B test was created.final booleanfinal booleanequalsBySdkFields(Object obj) final ABTestExecutionStatusThe execution status indicating whether the A/B test is currently running.final StringThe execution status indicating whether the A/B test is currently running.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the A/B test.static Class<? extends CreateAbTestResponse.Builder>final ABTestStatusstatus()The status of the A/B test.final StringThe status of the A/B test.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods 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 created A/B test.
- Returns:
- The unique identifier of the created A/B test.
-
abTestArn
The Amazon Resource Name (ARN) of the created A/B test.
- Returns:
- The Amazon Resource Name (ARN) of the created A/B test.
-
name
The name of the A/B test.
- Returns:
- The name of the A/B test.
-
status
The 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 status of the A/B test.
- See Also:
-
statusAsString
The 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 status of the A/B test.
- See Also:
-
executionStatus
The execution status indicating whether the A/B test is currently running.
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 indicating whether the A/B test is currently running.
- See Also:
-
executionStatusAsString
The execution status indicating whether the A/B test is currently running.
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 indicating whether the A/B test is currently running.
- See Also:
-
createdAt
The timestamp when the A/B test was created.
- Returns:
- The timestamp when the A/B test was created.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateAbTestResponse.Builder,CreateAbTestResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-