@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetDeploymentGroupsResponse extends CodeDeployResponse implements 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 might have occurred during the API call.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetDeploymentGroupsResponse.Builder> |
serializableBuilderClass() |
BatchGetDeploymentGroupsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<DeploymentGroupInfo> deploymentGroupsInfo()
Information about the deployment groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String errorMessage()
Information about errors that might have occurred during the API call.
public BatchGetDeploymentGroupsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetDeploymentGroupsResponse.Builder,BatchGetDeploymentGroupsResponse>toBuilder in class AwsResponsepublic static BatchGetDeploymentGroupsResponse.Builder builder()
public static Class<? extends BatchGetDeploymentGroupsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.