@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionReference extends Object implements Serializable, Cloneable, StructuredPojo
The reference for the data export update.
| Constructor and Description |
|---|
ExecutionReference() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionReference |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionId()
The ID for this specific execution.
|
ExecutionStatus |
getExecutionStatus()
The status of this specific execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExecutionId(String executionId)
The ID for this specific execution.
|
void |
setExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionReference |
withExecutionId(String executionId)
The ID for this specific execution.
|
ExecutionReference |
withExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
public void setExecutionId(String executionId)
The ID for this specific execution.
executionId - The ID for this specific execution.public String getExecutionId()
The ID for this specific execution.
public ExecutionReference withExecutionId(String executionId)
The ID for this specific execution.
executionId - The ID for this specific execution.public void setExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
executionStatus - The status of this specific execution.public ExecutionStatus getExecutionStatus()
The status of this specific execution.
public ExecutionReference withExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
executionStatus - The status of this specific execution.public String toString()
toString in class ObjectObject.toString()public ExecutionReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.