ToCopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>@Generated("software.amazon.awssdk:codegen") public class ListServicesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListServicesResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListServicesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The
nextToken value to include in a future ListServices request. |
static Class<? extends ListServicesResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
serviceArns() |
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
|
ListServicesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> serviceArns()
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
public String nextToken()
The nextToken value to include in a future ListServices request. When the results of a
ListServices request exceed maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no more results to return.
nextToken value to include in a future ListServices request. When the
results of a ListServices request exceed maxResults, this value can be used to
retrieve the next page of results. This value is null when there are no more results to
return.public ListServicesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListServicesResponse.Builder,ListServicesResponse>public static ListServicesResponse.Builder builder()
public static Class<? extends ListServicesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.