@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkflowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateWorkflowRequest() |
Modifier and Type | Method and Description |
---|---|
CreateWorkflowRequest |
addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
CreateWorkflowRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowRequest |
clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
CreateWorkflowRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowRequest |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
|
String |
getDescription()
A description of the workflow.
|
String |
getName()
The name to be assigned to the workflow.
|
Map<String,String> |
getTags()
The tags to be used with this workflow.
|
int |
hashCode() |
void |
setDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
void |
setDescription(String description)
A description of the workflow.
|
void |
setName(String name)
The name to be assigned to the workflow.
|
void |
setTags(Map<String,String> tags)
The tags to be used with this workflow.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkflowRequest |
withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
CreateWorkflowRequest |
withDescription(String description)
A description of the workflow.
|
CreateWorkflowRequest |
withName(String name)
The name to be assigned to the workflow.
|
CreateWorkflowRequest |
withTags(Map<String,String> tags)
The tags to be used with this workflow.
|
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)
The name to be assigned to the workflow. It should be unique within your account.
name
- The name to be assigned to the workflow. It should be unique within your account.public String getName()
The name to be assigned to the workflow. It should be unique within your account.
public CreateWorkflowRequest withName(String name)
The name to be assigned to the workflow. It should be unique within your account.
name
- The name to be assigned to the workflow. It should be unique within your account.public void setDescription(String description)
A description of the workflow.
description
- A description of the workflow.public String getDescription()
A description of the workflow.
public CreateWorkflowRequest withDescription(String description)
A description of the workflow.
description
- A description of the workflow.public Map<String,String> getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
public void setDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
defaultRunProperties
- A collection of properties to be used as part of each execution of the workflow.public CreateWorkflowRequest withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
defaultRunProperties
- A collection of properties to be used as part of each execution of the workflow.public CreateWorkflowRequest addDefaultRunPropertiesEntry(String key, String value)
public CreateWorkflowRequest clearDefaultRunPropertiesEntries()
public Map<String,String> getTags()
The tags to be used with this workflow.
public void setTags(Map<String,String> tags)
The tags to be used with this workflow.
tags
- The tags to be used with this workflow.public CreateWorkflowRequest withTags(Map<String,String> tags)
The tags to be used with this workflow.
tags
- The tags to be used with this workflow.public CreateWorkflowRequest addTagsEntry(String key, String value)
public CreateWorkflowRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorkflowRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.