ToCopyableBuilder<GetDocumentationVersionsResponse.Builder,GetDocumentationVersionsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDocumentationVersionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDocumentationVersionsResponse.Builder,GetDocumentationVersionsResponse>
The collection of documentation snapshots of an API.
Use the DocumentationVersions to manage documentation snapshots associated with various API stages.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDocumentationVersionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetDocumentationVersionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<DocumentationVersion> |
items() |
The current page of DocumentationVersion items from the DocumentationVersions collection of an API.
|
String |
position() |
|
static Class<? extends GetDocumentationVersionsResponse.Builder> |
serializableBuilderClass() |
|
GetDocumentationVersionsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String position()
public List<DocumentationVersion> items()
The current page of DocumentationVersion items from the DocumentationVersions collection of an API.
public GetDocumentationVersionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDocumentationVersionsResponse.Builder,GetDocumentationVersionsResponse>
public static GetDocumentationVersionsResponse.Builder builder()
public static Class<? extends GetDocumentationVersionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.