@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRescoreExecutionPlanResponse extends KendraRankingResponse implements ToCopyableBuilder<DescribeRescoreExecutionPlanResponse.Builder,DescribeRescoreExecutionPlanResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRescoreExecutionPlanResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the rescore execution plan.
|
static DescribeRescoreExecutionPlanResponse.Builder |
builder() |
CapacityUnitsConfiguration |
capacityUnits()
The capacity units set for the rescore execution plan.
|
Instant |
createdAt()
The Unix timestamp of when the rescore execution plan was created.
|
String |
description()
The description for the rescore execution plan.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
When the
Status field value is FAILED, the ErrorMessage field contains a
message that explains why. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the rescore execution plan.
|
String |
name()
The name for the rescore execution plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRescoreExecutionPlanResponse.Builder> |
serializableBuilderClass() |
RescoreExecutionPlanStatus |
status()
The current status of the rescore execution plan.
|
String |
statusAsString()
The current status of the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix timestamp of when the rescore execution plan was last updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the rescore execution plan.
public final String arn()
The Amazon Resource Name (ARN) of the rescore execution plan.
public final String name()
The name for the rescore execution plan.
public final String description()
The description for the rescore execution plan.
public final CapacityUnitsConfiguration capacityUnits()
The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.
public final Instant createdAt()
The Unix timestamp of when the rescore execution plan was created.
public final Instant updatedAt()
The Unix timestamp of when the rescore execution plan was last updated.
public final RescoreExecutionPlanStatus status()
The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution
plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.
If the service returns an enum value that is not available in the current SDK version, status will
return RescoreExecutionPlanStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ACTIVE, the rescore
execution plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.RescoreExecutionPlanStatuspublic final String statusAsString()
The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution
plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.
If the service returns an enum value that is not available in the current SDK version, status will
return RescoreExecutionPlanStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ACTIVE, the rescore
execution plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.RescoreExecutionPlanStatuspublic final String errorMessage()
When the Status field value is FAILED, the ErrorMessage field contains a
message that explains why.
Status field value is FAILED, the ErrorMessage field
contains a message that explains why.public DescribeRescoreExecutionPlanResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRescoreExecutionPlanResponse.Builder,DescribeRescoreExecutionPlanResponse>toBuilder in class AwsResponsepublic static DescribeRescoreExecutionPlanResponse.Builder builder()
public static Class<? extends DescribeRescoreExecutionPlanResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.