@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWorkflowRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartWorkflowRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartWorkflowRunRequest |
addRunPropertiesEntry(String key,
String value)
Add a single RunProperties entry
|
StartWorkflowRunRequest |
clearRunPropertiesEntries()
Removes all the entries added into RunProperties.
|
StartWorkflowRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the workflow to start.
|
Map<String,String> |
getRunProperties()
The workflow run properties for the new workflow run.
|
int |
hashCode() |
void |
setName(String name)
The name of the workflow to start.
|
void |
setRunProperties(Map<String,String> runProperties)
The workflow run properties for the new workflow run.
|
String |
toString()
Returns a string representation of this object.
|
StartWorkflowRunRequest |
withName(String name)
The name of the workflow to start.
|
StartWorkflowRunRequest |
withRunProperties(Map<String,String> runProperties)
The workflow run properties for the new 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)
The name of the workflow to start.
name
- The name of the workflow to start.public String getName()
The name of the workflow to start.
public StartWorkflowRunRequest withName(String name)
The name of the workflow to start.
name
- The name of the workflow to start.public Map<String,String> getRunProperties()
The workflow run properties for the new workflow run.
public void setRunProperties(Map<String,String> runProperties)
The workflow run properties for the new workflow run.
runProperties
- The workflow run properties for the new workflow run.public StartWorkflowRunRequest withRunProperties(Map<String,String> runProperties)
The workflow run properties for the new workflow run.
runProperties
- The workflow run properties for the new workflow run.public StartWorkflowRunRequest addRunPropertiesEntry(String key, String value)
public StartWorkflowRunRequest clearRunPropertiesEntries()
public String toString()
toString
in class Object
Object.toString()
public StartWorkflowRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()