@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLifecycleExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLifecycleExecutionResult() |
Modifier and Type | Method and Description |
---|---|
GetLifecycleExecutionResult |
clone() |
boolean |
equals(Object obj) |
LifecycleExecution |
getLifecycleExecution()
Runtime details for the specified runtime instance of the lifecycle policy.
|
int |
hashCode() |
void |
setLifecycleExecution(LifecycleExecution lifecycleExecution)
Runtime details for the specified runtime instance of the lifecycle policy.
|
String |
toString()
Returns a string representation of this object.
|
GetLifecycleExecutionResult |
withLifecycleExecution(LifecycleExecution lifecycleExecution)
Runtime details for the specified runtime instance of the lifecycle policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLifecycleExecution(LifecycleExecution lifecycleExecution)
Runtime details for the specified runtime instance of the lifecycle policy.
lifecycleExecution
- Runtime details for the specified runtime instance of the lifecycle policy.public LifecycleExecution getLifecycleExecution()
Runtime details for the specified runtime instance of the lifecycle policy.
public GetLifecycleExecutionResult withLifecycleExecution(LifecycleExecution lifecycleExecution)
Runtime details for the specified runtime instance of the lifecycle policy.
lifecycleExecution
- Runtime details for the specified runtime instance of the lifecycle policy.public String toString()
toString
in class Object
Object.toString()
public GetLifecycleExecutionResult clone()