ToCopyableBuilder<UpdateDocumentationVersionResponse.Builder,UpdateDocumentationVersionResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateDocumentationVersionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateDocumentationVersionResponse.Builder,UpdateDocumentationVersionResponse>
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 |
UpdateDocumentationVersionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateDocumentationVersionResponse.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 UpdateDocumentationVersionResponse.Builder> |
serializableBuilderClass() |
|
UpdateDocumentationVersionResponse.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 UpdateDocumentationVersionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateDocumentationVersionResponse.Builder,UpdateDocumentationVersionResponse>
public static UpdateDocumentationVersionResponse.Builder builder()
public static Class<? extends UpdateDocumentationVersionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.