Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDocumentationVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>
Creates a new documentation version of a given API.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDocumentationVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateDocumentationVersionRequest.Builder |
builder() |
|
String |
description() |
A description about the new documentation snapshot.
|
String |
documentationVersion() |
[Required] The version identifier of the new snapshot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
restApiId() |
[Required] Specifies the API identifier of the to-be-created documentation version.
|
static Class<? extends CreateDocumentationVersionRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The stage name to be associated with the new documentation snapshot.
|
CreateDocumentationVersionRequest.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] Specifies the API identifier of the to-be-created documentation version.
public String documentationVersion()
[Required] The version identifier of the new snapshot.
public String stageName()
The stage name to be associated with the new documentation snapshot.
public String description()
A description about the new documentation snapshot.
public CreateDocumentationVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDocumentationVersionRequest.Builder,CreateDocumentationVersionRequest>
public static CreateDocumentationVersionRequest.Builder builder()
public static Class<? extends CreateDocumentationVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.