Class EvaluationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.EvaluationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>
Summary information about a contact evaluation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationSummary.Builderbuilder()InstantcreatedTime()The timestamp for when the evaluation was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringevaluationArn()The Amazon Resource Name (ARN) for the contact evaluation resource.StringevaluationFormId()The unique identifier for the evaluation form.StringevaluationFormTitle()A title of the evaluation form.StringevaluationId()A unique identifier for the contact evaluation.StringevaluatorArn()The Amazon Resource Name (ARN) of the user who last updated the evaluation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The timestamp for when the evaluation was last updated.EvaluationScorescore()The overall score of the contact evaluation.List<SdkField<?>>sdkFields()static Class<? extends EvaluationSummary.Builder>serializableBuilderClass()EvaluationStatusstatus()The status of the contact evaluation.StringstatusAsString()The status of the contact evaluation.EvaluationSummary.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
-
evaluationId
public final String evaluationId()
A unique identifier for the contact evaluation.
- Returns:
- A unique identifier for the contact evaluation.
-
evaluationArn
public final String evaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
- Returns:
- The Amazon Resource Name (ARN) for the contact evaluation resource.
-
evaluationFormTitle
public final String evaluationFormTitle()
A title of the evaluation form.
- Returns:
- A title of the evaluation form.
-
evaluationFormId
public final String evaluationFormId()
The unique identifier for the evaluation form.
- Returns:
- The unique identifier for the evaluation form.
-
status
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,
statuswill returnEvaluationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the contact evaluation.
- See Also:
EvaluationStatus
-
statusAsString
public 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,
statuswill returnEvaluationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the contact evaluation.
- See Also:
EvaluationStatus
-
evaluatorArn
public final String evaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
- Returns:
- The Amazon Resource Name (ARN) of the user who last updated the evaluation.
-
score
public final EvaluationScore score()
The overall score of the contact evaluation.
- Returns:
- The overall score of the contact evaluation.
-
createdTime
public final Instant createdTime()
The timestamp for when the evaluation was created.
- Returns:
- The timestamp for when the evaluation was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp for when the evaluation was last updated.
- Returns:
- The timestamp for when the evaluation was last updated.
-
toBuilder
public EvaluationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationSummary.Builder,EvaluationSummary>
-
builder
public static EvaluationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationSummary.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.
-
-