@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkflowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkflowRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description for the workflow.
|
String |
getId()
The workflow's ID.
|
String |
getName()
A name for the workflow.
|
int |
hashCode() |
void |
setDescription(String description)
A description for the workflow.
|
void |
setId(String id)
The workflow's ID.
|
void |
setName(String name)
A name for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkflowRequest |
withDescription(String description)
A description for the workflow.
|
UpdateWorkflowRequest |
withId(String id)
The workflow's ID.
|
UpdateWorkflowRequest |
withName(String name)
A name for the workflow.
|
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 setId(String id)
The workflow's ID.
id
- The workflow's ID.public String getId()
The workflow's ID.
public UpdateWorkflowRequest withId(String id)
The workflow's ID.
id
- The workflow's ID.public void setName(String name)
A name for the workflow.
name
- A name for the workflow.public String getName()
A name for the workflow.
public UpdateWorkflowRequest withName(String name)
A name for the workflow.
name
- A name for the workflow.public void setDescription(String description)
A description for the workflow.
description
- A description for the workflow.public String getDescription()
A description for the workflow.
public UpdateWorkflowRequest withDescription(String description)
A description for the workflow.
description
- A description for the workflow.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkflowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()