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