Class EvaluationFormSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.EvaluationFormSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationFormSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>
Summary information about an evaluation form.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationFormSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegeractiveVersion()The version of the active evaluation form version.static EvaluationFormSummary.Builderbuilder()StringcreatedBy()The Amazon Resource Name (ARN) of the user who created the evaluation form.InstantcreatedTime()The timestamp for when the evaluation form was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringevaluationFormArn()The Amazon Resource Name (ARN) for the evaluation form resource.StringevaluationFormId()The unique identifier for the evaluation form.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastActivatedBy()The Amazon Resource Name (ARN) of the user who last activated the evaluation form.InstantlastActivatedTime()The timestamp for when the evaluation form was last activated.StringlastModifiedBy()The Amazon Resource Name (ARN) of the user who last updated the evaluation form.InstantlastModifiedTime()The timestamp for when the evaluation form was last updated.IntegerlatestVersion()The version number of the latest evaluation form version.List<SdkField<?>>sdkFields()static Class<? extends EvaluationFormSummary.Builder>serializableBuilderClass()Stringtitle()A title of the evaluation form.EvaluationFormSummary.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
-
evaluationFormId
public final String evaluationFormId()
The unique identifier for the evaluation form.
- Returns:
- The unique identifier for the evaluation form.
-
evaluationFormArn
public final String evaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
- Returns:
- The Amazon Resource Name (ARN) for the evaluation form resource.
-
title
public final String title()
A title of the evaluation form.
- Returns:
- A title of the evaluation form.
-
createdTime
public final Instant createdTime()
The timestamp for when the evaluation form was created.
- Returns:
- The timestamp for when the evaluation form was created.
-
createdBy
public final String createdBy()
The Amazon Resource Name (ARN) of the user who created the evaluation form.
- Returns:
- The Amazon Resource Name (ARN) of the user who created the evaluation form.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp for when the evaluation form was last updated.
- Returns:
- The timestamp for when the evaluation form was last updated.
-
lastModifiedBy
public final String lastModifiedBy()
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
- Returns:
- The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
-
lastActivatedTime
public final Instant lastActivatedTime()
The timestamp for when the evaluation form was last activated.
- Returns:
- The timestamp for when the evaluation form was last activated.
-
lastActivatedBy
public final String lastActivatedBy()
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
- Returns:
- The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
-
latestVersion
public final Integer latestVersion()
The version number of the latest evaluation form version.
- Returns:
- The version number of the latest evaluation form version.
-
activeVersion
public final Integer activeVersion()
The version of the active evaluation form version.
- Returns:
- The version of the active evaluation form version.
-
toBuilder
public EvaluationFormSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>
-
builder
public static EvaluationFormSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationFormSummary.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.
-
-