@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorkflowResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The workflow's ARN.
|
String |
getId()
The workflow's ID.
|
String |
getStatus()
The workflow's status.
|
Map<String,String> |
getTags()
The workflow's tags.
|
int |
hashCode() |
void |
setArn(String arn)
The workflow's ARN.
|
void |
setId(String id)
The workflow's ID.
|
void |
setStatus(String status)
The workflow's status.
|
void |
setTags(Map<String,String> tags)
The workflow's tags.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkflowResult |
withArn(String arn)
The workflow's ARN.
|
CreateWorkflowResult |
withId(String id)
The workflow's ID.
|
CreateWorkflowResult |
withStatus(String status)
The workflow's status.
|
CreateWorkflowResult |
withStatus(WorkflowStatus status)
The workflow's status.
|
CreateWorkflowResult |
withTags(Map<String,String> tags)
The workflow's tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The workflow's ARN.
arn
- The workflow's ARN.public String getArn()
The workflow's ARN.
public CreateWorkflowResult withArn(String arn)
The workflow's ARN.
arn
- The workflow's ARN.public void setId(String id)
The workflow's ID.
id
- The workflow's ID.public String getId()
The workflow's ID.
public CreateWorkflowResult withId(String id)
The workflow's ID.
id
- The workflow's ID.public void setStatus(String status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public String getStatus()
The workflow's status.
WorkflowStatus
public CreateWorkflowResult withStatus(String status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public CreateWorkflowResult withStatus(WorkflowStatus status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public void setTags(Map<String,String> tags)
The workflow's tags.
tags
- The workflow's tags.public CreateWorkflowResult withTags(Map<String,String> tags)
The workflow's tags.
tags
- The workflow's tags.public CreateWorkflowResult addTagsEntry(String key, String value)
public CreateWorkflowResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorkflowResult clone()