Java com.amazonaws.services.simpleworkflow.model WorkflowExecution fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpleworkflow.model WorkflowExecution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpleworkflow.model WorkflowExecution.

The text is from its open source code.

Constructor

Method

StringgetRunId()

A system-generated unique identifier for the workflow execution.

StringgetWorkflowId()

The user defined identifier associated with the workflow execution.

voidsetRunId(String runId)

A system-generated unique identifier for the workflow execution.

voidsetWorkflowId(String workflowId)

The user defined identifier associated with the workflow execution.