@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowRunPropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWorkflowRunPropertiesResult() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunPropertiesResult |
addRunPropertiesEntry(String key,
String value)
Add a single RunProperties entry
|
GetWorkflowRunPropertiesResult |
clearRunPropertiesEntries()
Removes all the entries added into RunProperties.
|
GetWorkflowRunPropertiesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getRunProperties()
The workflow run properties which were set during the specified run.
|
int |
hashCode() |
void |
setRunProperties(Map<String,String> runProperties)
The workflow run properties which were set during the specified run.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowRunPropertiesResult |
withRunProperties(Map<String,String> runProperties)
The workflow run properties which were set during the specified run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getRunProperties()
The workflow run properties which were set during the specified run.
public void setRunProperties(Map<String,String> runProperties)
The workflow run properties which were set during the specified run.
runProperties
- The workflow run properties which were set during the specified run.public GetWorkflowRunPropertiesResult withRunProperties(Map<String,String> runProperties)
The workflow run properties which were set during the specified run.
runProperties
- The workflow run properties which were set during the specified run.public GetWorkflowRunPropertiesResult addRunPropertiesEntry(String key, String value)
public GetWorkflowRunPropertiesResult clearRunPropertiesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetWorkflowRunPropertiesResult clone()
Copyright © 2024. All rights reserved.