@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLifecycleEventHookExecutionStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutLifecycleEventHookExecutionStatusResult() |
Modifier and Type | Method and Description |
---|---|
PutLifecycleEventHookExecutionStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecycleEventHookExecutionId()
The execution ID of the lifecycle event hook.
|
int |
hashCode() |
void |
setLifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of the lifecycle event hook.
|
String |
toString()
Returns a string representation of this object.
|
PutLifecycleEventHookExecutionStatusResult |
withLifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of the lifecycle event hook.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public PutLifecycleEventHookExecutionStatusResult()
public void setLifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.
lifecycleEventHookExecutionId
- The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.public String getLifecycleEventHookExecutionId()
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.
hooks
section of
the deployment's AppSpec file.public PutLifecycleEventHookExecutionStatusResult withLifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.
lifecycleEventHookExecutionId
- The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.public String toString()
toString
in class Object
Object.toString()
public PutLifecycleEventHookExecutionStatusResult clone()