@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowRunRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeGraph()
Specifies whether to include the workflow graph in response or not.
|
String |
getName()
Name of the workflow being run.
|
String |
getRunId()
The ID of the workflow run.
|
int |
hashCode() |
Boolean |
isIncludeGraph()
Specifies whether to include the workflow graph in response or not.
|
void |
setIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
void |
setName(String name)
Name of the workflow being run.
|
void |
setRunId(String runId)
The ID of the workflow run.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowRunRequest |
withIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
GetWorkflowRunRequest |
withName(String name)
Name of the workflow being run.
|
GetWorkflowRunRequest |
withRunId(String runId)
The ID of the workflow run.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
Name of the workflow being run.
name
- Name of the workflow being run.public String getName()
Name of the workflow being run.
public GetWorkflowRunRequest withName(String name)
Name of the workflow being run.
name
- Name of the workflow being run.public void setRunId(String runId)
The ID of the workflow run.
runId
- The ID of the workflow run.public String getRunId()
The ID of the workflow run.
public GetWorkflowRunRequest withRunId(String runId)
The ID of the workflow run.
runId
- The ID of the workflow run.public void setIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
includeGraph
- Specifies whether to include the workflow graph in response or not.public Boolean getIncludeGraph()
Specifies whether to include the workflow graph in response or not.
public GetWorkflowRunRequest withIncludeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
includeGraph
- Specifies whether to include the workflow graph in response or not.public Boolean isIncludeGraph()
Specifies whether to include the workflow graph in response or not.
public String toString()
toString
in class Object
Object.toString()
public GetWorkflowRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()