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