Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteCommentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteCommentRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends DeleteCommentRequest.Builder> |
serializableBuilderClass() |
|
DeleteCommentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
The ID of the document version.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
public static DeleteCommentRequest.Builder builder()
public static Class<? extends DeleteCommentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.