@Generated(value="software.amazon.awssdk:codegen") public final class StopDeploymentResponse extends CodeDeployResponse implements ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
Represents the output of a StopDeployment operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopDeploymentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopDeploymentResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopDeploymentResponse.Builder> |
serializableBuilderClass() |
StopStatus |
status()
The status of the stop deployment operation:
|
String |
statusAsString()
The status of the stop deployment operation:
|
String |
statusMessage()
An accompanying status message.
|
StopDeploymentResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic StopStatus status()
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
If the service returns an enum value that is not available in the current SDK version, status will
return StopStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic String statusAsString()
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
If the service returns an enum value that is not available in the current SDK version, status will
return StopStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic String statusMessage()
An accompanying status message.
public StopDeploymentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>toBuilder in class AwsResponsepublic static StopDeploymentResponse.Builder builder()
public static Class<? extends StopDeploymentResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.