@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationFormSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>
Summary information about an evaluation form.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationFormSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
activeVersion()
The version of the active evaluation form version.
|
static EvaluationFormSummary.Builder |
builder() |
String |
createdBy()
The Amazon Resource Name (ARN) of the user who created the evaluation form.
|
Instant |
createdTime()
The timestamp for when the evaluation form was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
|
String |
evaluationFormId()
The unique identifier for the evaluation form.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastActivatedBy()
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
|
Instant |
lastActivatedTime()
The timestamp for when the evaluation form was last activated.
|
String |
lastModifiedBy()
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
|
Instant |
lastModifiedTime()
The timestamp for when the evaluation form was last updated.
|
Integer |
latestVersion()
The version number of the latest evaluation form version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationFormSummary.Builder> |
serializableBuilderClass() |
String |
title()
A title of the evaluation form.
|
EvaluationFormSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String evaluationFormId()
The unique identifier for the evaluation form.
public final String evaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
public final String title()
A title of the evaluation form.
public final Instant createdTime()
The timestamp for when the evaluation form was created.
public final String createdBy()
The Amazon Resource Name (ARN) of the user who created the evaluation form.
public final Instant lastModifiedTime()
The timestamp for when the evaluation form was last updated.
public final String lastModifiedBy()
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
public final Instant lastActivatedTime()
The timestamp for when the evaluation form was last activated.
public final String lastActivatedBy()
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
public final Integer latestVersion()
The version number of the latest evaluation form version.
public final Integer activeVersion()
The version of the active evaluation form version.
public EvaluationFormSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>public static EvaluationFormSummary.Builder builder()
public static Class<? extends EvaluationFormSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.