@Generated(value="software.amazon.awssdk:codegen") public final class PutLifecycleEventHookExecutionStatusRequest extends CodeDeployRequest implements ToCopyableBuilder<PutLifecycleEventHookExecutionStatusRequest.Builder,PutLifecycleEventHookExecutionStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutLifecycleEventHookExecutionStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutLifecycleEventHookExecutionStatusRequest.Builder |
builder() |
String |
deploymentId()
The unique ID of a deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lifecycleEventHookExecutionId()
The execution ID of a deployment's lifecycle hook.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutLifecycleEventHookExecutionStatusRequest.Builder> |
serializableBuilderClass() |
LifecycleEventStatus |
status()
The result of a Lambda function that validates a deployment lifecycle event (
Succeeded or
Failed). |
String |
statusAsString()
The result of a Lambda function that validates a deployment lifecycle event (
Succeeded or
Failed). |
PutLifecycleEventHookExecutionStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String deploymentId()
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
public String lifecycleEventHookExecutionId()
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the
hooks section of the AppSpec file.
hooks section of the AppSpec file.public LifecycleEventStatus status()
The result of a Lambda function that validates a deployment lifecycle event (Succeeded or
Failed).
If the service returns an enum value that is not available in the current SDK version, status will
return LifecycleEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Succeeded or
Failed).LifecycleEventStatuspublic String statusAsString()
The result of a Lambda function that validates a deployment lifecycle event (Succeeded or
Failed).
If the service returns an enum value that is not available in the current SDK version, status will
return LifecycleEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Succeeded or
Failed).LifecycleEventStatuspublic PutLifecycleEventHookExecutionStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutLifecycleEventHookExecutionStatusRequest.Builder,PutLifecycleEventHookExecutionStatusRequest>toBuilder in class CodeDeployRequestpublic static PutLifecycleEventHookExecutionStatusRequest.Builder builder()
public static Class<? extends PutLifecycleEventHookExecutionStatusRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.