ToCopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListDocumentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDocumentsResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDocumentsResponse.Builder,ListDocumentsResponse>
public static ListDocumentsResponse.Builder builder()
public static Class<? extends ListDocumentsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.