@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() |
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 (
Succeeded or
Failed ). |
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 (
Succeeded or
Failed ). |
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 (
Succeeded or
Failed ). |
PutLifecycleEventHookExecutionStatusRequest |
withStatus(String status)
The result of a Lambda function that validates a deployment lifecycle event (
Succeeded or
Failed ). |
addHandlerContext, copyBaseTo, 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 (Succeeded
or
Failed
).
status
- The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).LifecycleEventStatus
public String getStatus()
The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).
Succeeded
or
Failed
).LifecycleEventStatus
public PutLifecycleEventHookExecutionStatusRequest withStatus(String status)
The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).
status
- The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).LifecycleEventStatus
public PutLifecycleEventHookExecutionStatusRequest withStatus(LifecycleEventStatus status)
The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).
status
- The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).LifecycleEventStatus
public String toString()
toString
in class Object
Object.toString()
public PutLifecycleEventHookExecutionStatusRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.