ToCopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDocumentationVersionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
A snapshot of the documentation of an API.
Publishing API documentation involves creating a documentation version associated with an API stage and exporting the versioned documentation to an external (e.g., Swagger) file.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDocumentationVersionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetDocumentationVersionResponse.Builder |
builder() |
|
Date |
createdDate() |
The date when the API documentation snapshot is created.
|
String |
description() |
The description of the API documentation snapshot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetDocumentationVersionResponse.Builder> |
serializableBuilderClass() |
|
GetDocumentationVersionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version identifier of the API documentation snapshot.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String version()
The version identifier of the API documentation snapshot.
public Date createdDate()
The date when the API documentation snapshot is created.
public String description()
The description of the API documentation snapshot.
public GetDocumentationVersionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDocumentationVersionResponse.Builder,GetDocumentationVersionResponse>
public static GetDocumentationVersionResponse.Builder builder()
public static Class<? extends GetDocumentationVersionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.