ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDeploymentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
Represents the output of a GetDeployment operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDeploymentResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public DeploymentInfo deploymentInfo()
Information about the deployment.
public GetDeploymentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
public static GetDeploymentResponse.Builder builder()
public static Class<? extends GetDeploymentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.