Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDocumentationVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
Gets a documentation snapshot of an API.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDocumentationVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetDocumentationVersionRequest.Builder |
builder() |
|
String |
documentationVersion() |
[Required] The version identifier of the to-be-retrieved documentation snapshot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
restApiId() |
[Required] The identifier of the API of the to-be-retrieved documentation snapshot.
|
static Class<? extends GetDocumentationVersionRequest.Builder> |
serializableBuilderClass() |
|
GetDocumentationVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String restApiId()
[Required] The identifier of the API of the to-be-retrieved documentation snapshot.
public String documentationVersion()
[Required] The version identifier of the to-be-retrieved documentation snapshot.
public GetDocumentationVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDocumentationVersionRequest.Builder,GetDocumentationVersionRequest>
public static GetDocumentationVersionRequest.Builder builder()
public static Class<? extends GetDocumentationVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.