@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ExecutionReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.