@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLifecycleEventHookExecutionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutLifecycleEventHookExecutionStatusRequest() |
Modifier and Type | Method and Description |
---|---|
PutLifecycleEventHookExecutionStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique ID of a deployment.
|
String |
getLifecycleEventHookExecutionId()
The execution ID of a deployment's lifecycle hook.
|
String |
getStatus()
The result of a Lambda function that validates a deployment lifecycle event.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique ID of a deployment.
|
void |
setLifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of a deployment's lifecycle hook.
|
void |
setStatus(String status)
The result of a Lambda function that validates a deployment lifecycle event.
|
String |
toString()
Returns a string representation of this object.
|
PutLifecycleEventHookExecutionStatusRequest |
withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
PutLifecycleEventHookExecutionStatusRequest |
withLifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of a deployment's lifecycle hook.
|
PutLifecycleEventHookExecutionStatusRequest |
withStatus(LifecycleEventStatus status)
The result of a Lambda function that validates a deployment lifecycle event.
|
PutLifecycleEventHookExecutionStatusRequest |
withStatus(String status)
The result of a Lambda function that validates a deployment lifecycle event.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public PutLifecycleEventHookExecutionStatusRequest()
public void setDeploymentId(String deploymentId)
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
deploymentId
- The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle
event.public String getDeploymentId()
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
public PutLifecycleEventHookExecutionStatusRequest withDeploymentId(String deploymentId)
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
deploymentId
- The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle
event.public void setLifecycleEventHookExecutionId(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.
lifecycleEventHookExecutionId
- The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the
hooks
section of the AppSpec file.public String getLifecycleEventHookExecutionId()
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 PutLifecycleEventHookExecutionStatusRequest withLifecycleEventHookExecutionId(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.
lifecycleEventHookExecutionId
- The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the
hooks
section of the AppSpec file.public void setStatus(String status)
The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.
status
- The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.LifecycleEventStatus
public String getStatus()
The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.
Succeeded
and
Failed
can be passed successfully in your API call.LifecycleEventStatus
public PutLifecycleEventHookExecutionStatusRequest withStatus(String status)
The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.
status
- The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.LifecycleEventStatus
public PutLifecycleEventHookExecutionStatusRequest withStatus(LifecycleEventStatus status)
The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.
status
- The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid
Values are valid for lifecycle statuses in general; however, only Succeeded
and
Failed
can be passed successfully in your API call.LifecycleEventStatus
public String toString()
toString
in class Object
Object.toString()
public PutLifecycleEventHookExecutionStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()