ToCopyableBuilder<BatchGetDeploymentInstancesResponse.Builder,BatchGetDeploymentInstancesResponse>
@Generated("software.amazon.awssdk:codegen") public class BatchGetDeploymentInstancesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<BatchGetDeploymentInstancesResponse.Builder,BatchGetDeploymentInstancesResponse>
Represents the output of a BatchGetDeploymentInstances operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchGetDeploymentInstancesResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetDeploymentInstancesResponse.Builder,BatchGetDeploymentInstancesResponse>
public static BatchGetDeploymentInstancesResponse.Builder builder()
public static Class<? extends BatchGetDeploymentInstancesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.