@Generated(value="software.amazon.awssdk:codegen") public class ListDocumentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDocumentsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDocumentsResponse.Builder |
builder() |
List<DocumentIdentifier> |
documentIdentifiers()
The names of the SSM documents.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
The token to use when requesting the next set of items.
|
static Class<? extends ListDocumentsResponse.Builder> |
serializableBuilderClass() |
ListDocumentsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<DocumentIdentifier> documentIdentifiers()
The names of the SSM documents.
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 ListDocumentsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>public static ListDocumentsResponse.Builder builder()
public static Class<? extends ListDocumentsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.