ToCopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
@Generated("software.amazon.awssdk:codegen") public class BatchGetOnPremisesInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
Represents the output of a BatchGetOnPremisesInstances operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchGetOnPremisesInstancesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchGetOnPremisesInstancesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<InstanceInfo> |
instanceInfos() |
Information about the on-premises instances.
|
static Class<? extends BatchGetOnPremisesInstancesResponse.Builder> |
serializableBuilderClass() |
|
BatchGetOnPremisesInstancesResponse.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<InstanceInfo> instanceInfos()
Information about the on-premises instances.
public BatchGetOnPremisesInstancesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
public static BatchGetOnPremisesInstancesResponse.Builder builder()
public static Class<? extends BatchGetOnPremisesInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.