@Generated(value="software.amazon.awssdk:codegen") public class BatchGetDeploymentInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<BatchGetDeploymentInstancesResponse.Builder,BatchGetDeploymentInstancesResponse>
Represents the output of a BatchGetDeploymentInstances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetDeploymentInstancesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetDeploymentInstancesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
String |
errorMessage()
Information about errors that may have occurred during the API call.
|
int |
hashCode() |
List<InstanceSummary> |
instancesSummary()
Information about the instance.
|
static Class<? extends BatchGetDeploymentInstancesResponse.Builder> |
serializableBuilderClass() |
BatchGetDeploymentInstancesResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<InstanceSummary> instancesSummary()
Information about the instance.
public String errorMessage()
Information about errors that may have occurred during the API call.
public BatchGetDeploymentInstancesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<BatchGetDeploymentInstancesResponse.Builder,BatchGetDeploymentInstancesResponse>public static BatchGetDeploymentInstancesResponse.Builder builder()
public static Class<? extends BatchGetDeploymentInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.