ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
@Generated("software.amazon.awssdk:codegen") public class StopDeploymentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
Represents the output of a StopDeployment operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopDeploymentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StopDeploymentResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends StopDeploymentResponse.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the stop deployment operation:
|
String |
statusMessage() |
An accompanying status message.
|
StopDeploymentResponse.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 String status()
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatus
public String statusMessage()
An accompanying status message.
public StopDeploymentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
public static StopDeploymentResponse.Builder builder()
public static Class<? extends StopDeploymentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.