@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWorkflowExecutionId()
Use the unique identifier for a runtime instance of the workflow to get runtime details.
|
int |
hashCode() |
void |
setWorkflowExecutionId(String workflowExecutionId)
Use the unique identifier for a runtime instance of the workflow to get runtime details.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowExecutionRequest |
withWorkflowExecutionId(String workflowExecutionId)
Use the unique identifier for a runtime instance of the workflow to get runtime details.
|
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 setWorkflowExecutionId(String workflowExecutionId)
Use the unique identifier for a runtime instance of the workflow to get runtime details.
workflowExecutionId
- Use the unique identifier for a runtime instance of the workflow to get runtime details.public String getWorkflowExecutionId()
Use the unique identifier for a runtime instance of the workflow to get runtime details.
public GetWorkflowExecutionRequest withWorkflowExecutionId(String workflowExecutionId)
Use the unique identifier for a runtime instance of the workflow to get runtime details.
workflowExecutionId
- Use the unique identifier for a runtime instance of the workflow to get runtime details.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()