@Generated(value="software.amazon.awssdk:codegen") public class ListOnPremisesInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>
Represents the output of list on-premises instances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListOnPremisesInstancesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListOnPremisesInstancesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
instanceNames()
The list of matching on-premises instance names.
|
String |
nextToken()
If a large amount of information is returned, an identifier is also returned.
|
static Class<? extends ListOnPremisesInstancesResponse.Builder> |
serializableBuilderClass() |
ListOnPremisesInstancesResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> instanceNames()
The list of matching on-premises instance names.
public String nextToken()
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
public ListOnPremisesInstancesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>public static ListOnPremisesInstancesResponse.Builder builder()
public static Class<? extends ListOnPremisesInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.