@Generated(value="software.amazon.awssdk:codegen") public final class DocumentReviewCommentSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource>
Information about comments added to a document review request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentReviewCommentSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentReviewCommentSource.Builder |
builder() |
String |
content()
The content of a comment entered by a user who requests a review of a new document version, or who reviews the
new version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentReviewCommentSource.Builder> |
serializableBuilderClass() |
DocumentReviewCommentSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DocumentReviewCommentType |
type()
The type of information added to a review request.
|
String |
typeAsString()
The type of information added to a review request.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DocumentReviewCommentType type()
The type of information added to a review request. Currently, only the value Comment is supported.
If the service returns an enum value that is not available in the current SDK version, type will return
DocumentReviewCommentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Comment is
supported.DocumentReviewCommentTypepublic final String typeAsString()
The type of information added to a review request. Currently, only the value Comment is supported.
If the service returns an enum value that is not available in the current SDK version, type will return
DocumentReviewCommentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Comment is
supported.DocumentReviewCommentTypepublic final String content()
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
public DocumentReviewCommentSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource>public static DocumentReviewCommentSource.Builder builder()
public static Class<? extends DocumentReviewCommentSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.