@Generated(value="software.amazon.awssdk:codegen") public class ListDocumentVersionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDocumentVersionsResponse.Builder,ListDocumentVersionsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDocumentVersionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDocumentVersionsResponse.Builder |
builder() |
List<DocumentVersionInfo> |
documentVersions()
The document versions.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
The token to use when requesting the next set of items.
|
static Class<? extends ListDocumentVersionsResponse.Builder> |
serializableBuilderClass() |
ListDocumentVersionsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<DocumentVersionInfo> documentVersions()
The document versions.
public String nextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public ListDocumentVersionsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDocumentVersionsResponse.Builder,ListDocumentVersionsResponse>public static ListDocumentVersionsResponse.Builder builder()
public static Class<? extends ListDocumentVersionsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.