Class EvaluationFormSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>
Summary information about an evaluation form.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe version of the active evaluation form version.builder()final StringThe Amazon Resource Name (ARN) of the user who created the evaluation form.final InstantThe timestamp for when the evaluation form was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe Amazon Resource Name (ARN) for the evaluation form resource.final StringThe unique identifier for the evaluation form.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of the user who last activated the evaluation form.final InstantThe timestamp for when the evaluation form was last activated.final StringThe Amazon Resource Name (ARN) of the user who last updated the evaluation form.final InstantThe timestamp for when the evaluation form was last updated.final IntegerThe version number of the latest evaluation form version.static Class<? extends EvaluationFormSummary.Builder> final Stringtitle()A title of the evaluation form.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
evaluationFormId
The unique identifier for the evaluation form.
- Returns:
- The unique identifier for the evaluation form.
-
evaluationFormArn
The Amazon Resource Name (ARN) for the evaluation form resource.
- Returns:
- The Amazon Resource Name (ARN) for the evaluation form resource.
-
title
A title of the evaluation form.
- Returns:
- A title of the evaluation form.
-
createdTime
The timestamp for when the evaluation form was created.
- Returns:
- The timestamp for when the evaluation form was created.
-
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
The timestamp for when the evaluation form was last updated.
- Returns:
- The timestamp for when the evaluation form was last updated.
-
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
The timestamp for when the evaluation form was last activated.
- Returns:
- The timestamp for when the evaluation form was last activated.
-
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
The version number of the latest evaluation form version.
- Returns:
- The version number of the latest evaluation form version.
-
activeVersion
The version of the active evaluation form version.
- Returns:
- The version of the active evaluation form version.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-