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