@Generated(value="software.amazon.awssdk:codegen") public class GetDeploymentResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
Represents the output of a GetDeployment operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeploymentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentResponse.Builder |
builder() |
DeploymentInfo |
deploymentInfo()
Information about the deployment.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends GetDeploymentResponse.Builder> |
serializableBuilderClass() |
GetDeploymentResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic DeploymentInfo deploymentInfo()
Information about the deployment.
public GetDeploymentResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>public static GetDeploymentResponse.Builder builder()
public static Class<? extends GetDeploymentResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.