Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeCommentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeCommentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static DescribeCommentsRequest.Builder |
builder() |
|
String |
documentId() |
The ID of the document.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of items to return.
|
String |
marker() |
The marker for the next set of results.
|
static Class<? extends DescribeCommentsRequest.Builder> |
serializableBuilderClass() |
|
DescribeCommentsRequest.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 Integer limit()
The maximum number of items to return.
public String marker()
The marker for the next set of results. This marker was received from a previous call.
public DescribeCommentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
public static DescribeCommentsRequest.Builder builder()
public static Class<? extends DescribeCommentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.