@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartResourceStateUpdateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartResourceStateUpdateResult() |
Modifier and Type | Method and Description |
---|---|
StartResourceStateUpdateResult |
clone() |
boolean |
equals(Object obj) |
String |
getLifecycleExecutionId()
Identifies the lifecycle runtime instance that started the resource state update.
|
String |
getResourceArn()
The requested ARN of the Image Builder resource for the asynchronous update.
|
int |
hashCode() |
void |
setLifecycleExecutionId(String lifecycleExecutionId)
Identifies the lifecycle runtime instance that started the resource state update.
|
void |
setResourceArn(String resourceArn)
The requested ARN of the Image Builder resource for the asynchronous update.
|
String |
toString()
Returns a string representation of this object.
|
StartResourceStateUpdateResult |
withLifecycleExecutionId(String lifecycleExecutionId)
Identifies the lifecycle runtime instance that started the resource state update.
|
StartResourceStateUpdateResult |
withResourceArn(String resourceArn)
The requested ARN of the Image Builder resource for the asynchronous update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLifecycleExecutionId(String lifecycleExecutionId)
Identifies the lifecycle runtime instance that started the resource state update.
lifecycleExecutionId
- Identifies the lifecycle runtime instance that started the resource state update.public String getLifecycleExecutionId()
Identifies the lifecycle runtime instance that started the resource state update.
public StartResourceStateUpdateResult withLifecycleExecutionId(String lifecycleExecutionId)
Identifies the lifecycle runtime instance that started the resource state update.
lifecycleExecutionId
- Identifies the lifecycle runtime instance that started the resource state update.public void setResourceArn(String resourceArn)
The requested ARN of the Image Builder resource for the asynchronous update.
resourceArn
- The requested ARN of the Image Builder resource for the asynchronous update.public String getResourceArn()
The requested ARN of the Image Builder resource for the asynchronous update.
public StartResourceStateUpdateResult withResourceArn(String resourceArn)
The requested ARN of the Image Builder resource for the asynchronous update.
resourceArn
- The requested ARN of the Image Builder resource for the asynchronous update.public String toString()
toString
in class Object
Object.toString()
public StartResourceStateUpdateResult clone()