Class EvaluationFormVersionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.EvaluationFormVersionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationFormVersionSummary.Builder,EvaluationFormVersionSummary>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationFormVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormVersionSummary.Builder,EvaluationFormVersionSummary>
Summary information about an evaluation form.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationFormVersionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationFormVersionSummary.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.IntegerevaluationFormVersion()A version of the evaluation form.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()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.Booleanlocked()The flag indicating whether the evaluation form is locked for changes.List<SdkField<?>>sdkFields()static Class<? extends EvaluationFormVersionSummary.Builder>serializableBuilderClass()EvaluationFormVersionStatusstatus()The status of the evaluation form.StringstatusAsString()The status of the evaluation form.EvaluationFormVersionSummary.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
-
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.
-
evaluationFormId
public final String evaluationFormId()
The unique identifier for the evaluation form.
- Returns:
- The unique identifier for the evaluation form.
-
evaluationFormVersion
public final Integer evaluationFormVersion()
A version of the evaluation form.
- Returns:
- A version of the evaluation form.
-
locked
public final Boolean locked()
The flag indicating whether the evaluation form is locked for changes.
- Returns:
- The flag indicating whether the evaluation form is locked for changes.
-
status
public final EvaluationFormVersionStatus status()
The status of the evaluation form.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEvaluationFormVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the evaluation form.
- See Also:
EvaluationFormVersionStatus
-
statusAsString
public final String statusAsString()
The status of the evaluation form.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEvaluationFormVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the evaluation form.
- See Also:
EvaluationFormVersionStatus
-
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.
-
toBuilder
public EvaluationFormVersionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationFormVersionSummary.Builder,EvaluationFormVersionSummary>
-
builder
public static EvaluationFormVersionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationFormVersionSummary.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.
-
-