@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowRunPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowRunPropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunPropertiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the workflow which was run.
|
String |
getRunId()
The ID of the workflow run whose run properties should be returned.
|
int |
hashCode() |
void |
setName(String name)
Name of the workflow which was run.
|
void |
setRunId(String runId)
The ID of the workflow run whose run properties should be returned.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowRunPropertiesRequest |
withName(String name)
Name of the workflow which was run.
|
GetWorkflowRunPropertiesRequest |
withRunId(String runId)
The ID of the workflow run whose run properties should be returned.
|
addHandlerContext, copyBaseTo, 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 which was run.
name
- Name of the workflow which was run.public String getName()
Name of the workflow which was run.
public GetWorkflowRunPropertiesRequest withName(String name)
Name of the workflow which was run.
name
- Name of the workflow which was run.public void setRunId(String runId)
The ID of the workflow run whose run properties should be returned.
runId
- The ID of the workflow run whose run properties should be returned.public String getRunId()
The ID of the workflow run whose run properties should be returned.
public GetWorkflowRunPropertiesRequest withRunId(String runId)
The ID of the workflow run whose run properties should be returned.
runId
- The ID of the workflow run whose run properties should be returned.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowRunPropertiesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.