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