@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListedExecution extends Object implements Serializable, Cloneable, StructuredPojo
Returns properties of the execution that is specified.
| Constructor and Description |
|---|
ListedExecution() |
| Modifier and Type | Method and Description |
|---|---|
ListedExecution |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionId()
A unique identifier for the execution of a workflow.
|
FileLocation |
getInitialFileLocation()
A structure that describes the Amazon S3 or EFS file location.
|
ServiceMetadata |
getServiceMetadata()
A container object for the session details that are associated with a workflow.
|
String |
getStatus()
The status is one of the execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
void |
setInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
void |
setServiceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
|
void |
setStatus(String status)
The status is one of the execution.
|
String |
toString()
Returns a string representation of this object.
|
ListedExecution |
withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
ListedExecution |
withInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
ListedExecution |
withServiceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
|
ListedExecution |
withStatus(ExecutionStatus status)
The status is one of the execution.
|
ListedExecution |
withStatus(String status)
The status is one of the execution.
|
public void setExecutionId(String executionId)
A unique identifier for the execution of a workflow.
executionId - A unique identifier for the execution of a workflow.public String getExecutionId()
A unique identifier for the execution of a workflow.
public ListedExecution withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
executionId - A unique identifier for the execution of a workflow.public void setInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
initialFileLocation - A structure that describes the Amazon S3 or EFS file location. This is the file location when the
execution begins: if the file is being copied, this is the initial (as opposed to destination) file
location.public FileLocation getInitialFileLocation()
A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
public ListedExecution withInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
initialFileLocation - A structure that describes the Amazon S3 or EFS file location. This is the file location when the
execution begins: if the file is being copied, this is the initial (as opposed to destination) file
location.public void setServiceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
serviceMetadata - A container object for the session details that are associated with a workflow.public ServiceMetadata getServiceMetadata()
A container object for the session details that are associated with a workflow.
public ListedExecution withServiceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
serviceMetadata - A container object for the session details that are associated with a workflow.public void setStatus(String status)
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling the
exception.ExecutionStatuspublic String getStatus()
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
ExecutionStatuspublic ListedExecution withStatus(String status)
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling the
exception.ExecutionStatuspublic ListedExecution withStatus(ExecutionStatus status)
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling the
exception.ExecutionStatuspublic String toString()
toString in class ObjectObject.toString()public ListedExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.