Class ReviewInformation
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.ReviewInformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReviewInformation.Builder,ReviewInformation>
@Generated("software.amazon.awssdk:codegen") public final class ReviewInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReviewInformation.Builder,ReviewInformation>
Information about the result of a document review request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReviewInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReviewInformation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantreviewedTime()The time that the reviewer took action on the document review request.Stringreviewer()The reviewer assigned to take action on the document review request.List<SdkField<?>>sdkFields()static Class<? extends ReviewInformation.Builder>serializableBuilderClass()ReviewStatusstatus()The current status of the document review request.StringstatusAsString()The current status of the document review request.ReviewInformation.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
-
reviewedTime
public final Instant reviewedTime()
The time that the reviewer took action on the document review request.
- Returns:
- The time that the reviewer took action on the document review request.
-
status
public final ReviewStatus status()
The current status of the document review request.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReviewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the document review request.
- See Also:
ReviewStatus
-
statusAsString
public final String statusAsString()
The current status of the document review request.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReviewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the document review request.
- See Also:
ReviewStatus
-
reviewer
public final String reviewer()
The reviewer assigned to take action on the document review request.
- Returns:
- The reviewer assigned to take action on the document review request.
-
toBuilder
public ReviewInformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReviewInformation.Builder,ReviewInformation>
-
builder
public static ReviewInformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReviewInformation.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.
-
-