@Generated(value="software.amazon.awssdk:codegen") public final class DeleteCommentRequest extends WorkDocsRequest implements ToCopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteCommentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static DeleteCommentRequest.Builder |
builder() |
String |
commentId()
The ID of the comment.
|
String |
documentId()
The ID of the document.
|
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 DeleteCommentRequest.Builder> |
serializableBuilderClass() |
DeleteCommentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The ID of the document version.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String authenticationToken()
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
public String documentId()
The ID of the document.
public String versionId()
The ID of the document version.
public String commentId()
The ID of the comment.
public DeleteCommentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>toBuilder in class WorkDocsRequestpublic static DeleteCommentRequest.Builder builder()
public static Class<? extends DeleteCommentRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.