@Generated(value="software.amazon.awssdk:codegen") public final class ListInstancesRequest extends ServiceDiscoveryRequest implements ToCopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInstancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of instances that you want AWS Cloud Map to return in the response to a
ListInstances request. |
String |
nextToken()
For the first
ListInstances request, omit this value. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInstancesRequest.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the service that you want to list instances for.
|
ListInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceId()
The ID of the service that you want to list instances for.
public final String nextToken()
For the first ListInstances request, omit this value.
If more than MaxResults instances match the specified criteria, you can submit another
ListInstances request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
ListInstances request, omit this value.
If more than MaxResults instances match the specified criteria, you can submit another
ListInstances request to get the next group of results. Specify the value of
NextToken from the previous response in the next request.
public final Integer maxResults()
The maximum number of instances that you want AWS Cloud Map to return in the response to a
ListInstances request. If you don't specify a value for MaxResults, AWS Cloud Map
returns up to 100 instances.
ListInstances request. If you don't specify a value for MaxResults, AWS Cloud
Map returns up to 100 instances.public ListInstancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>toBuilder in class ServiceDiscoveryRequestpublic static ListInstancesRequest.Builder builder()
public static Class<? extends ListInstancesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.