@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>
Summary information about a contact evaluation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationSummary.Builder |
builder() |
Instant |
createdTime()
The timestamp for when the evaluation was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
String |
evaluationFormId()
The unique identifier for the evaluation form.
|
String |
evaluationFormTitle()
A title of the evaluation form.
|
String |
evaluationId()
A unique identifier for the contact evaluation.
|
String |
evaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The timestamp for when the evaluation was last updated.
|
EvaluationScore |
score()
The overall score of the contact evaluation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationSummary.Builder> |
serializableBuilderClass() |
EvaluationStatus |
status()
The status of the contact evaluation.
|
String |
statusAsString()
The status of the contact evaluation.
|
EvaluationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String evaluationId()
A unique identifier for the contact evaluation.
public final String evaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
public final String evaluationFormTitle()
A title of the evaluation form.
public final String evaluationFormId()
The unique identifier for the evaluation form.
public final EvaluationStatus status()
The status of the contact evaluation.
If the service returns an enum value that is not available in the current SDK version, status will
return EvaluationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EvaluationStatuspublic final String statusAsString()
The status of the contact evaluation.
If the service returns an enum value that is not available in the current SDK version, status will
return EvaluationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EvaluationStatuspublic final String evaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
public final EvaluationScore score()
The overall score of the contact evaluation.
public final Instant createdTime()
The timestamp for when the evaluation was created.
public final Instant lastModifiedTime()
The timestamp for when the evaluation was last updated.
public EvaluationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>public static EvaluationSummary.Builder builder()
public static Class<? extends EvaluationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.