@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkflowStepGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkflowStepGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowStepGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the step group.
|
String |
getId()
The ID of the step group.
|
String |
getName()
The name of the step group.
|
List<String> |
getNext()
The next step group.
|
List<String> |
getPrevious()
The previous step group.
|
String |
getWorkflowId()
The ID of the migration workflow.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the step group.
|
void |
setId(String id)
The ID of the step group.
|
void |
setName(String name)
The name of the step group.
|
void |
setNext(Collection<String> next)
The next step group.
|
void |
setPrevious(Collection<String> previous)
The previous step group.
|
void |
setWorkflowId(String workflowId)
The ID of the migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkflowStepGroupRequest |
withDescription(String description)
The description of the step group.
|
UpdateWorkflowStepGroupRequest |
withId(String id)
The ID of the step group.
|
UpdateWorkflowStepGroupRequest |
withName(String name)
The name of the step group.
|
UpdateWorkflowStepGroupRequest |
withNext(Collection<String> next)
The next step group.
|
UpdateWorkflowStepGroupRequest |
withNext(String... next)
The next step group.
|
UpdateWorkflowStepGroupRequest |
withPrevious(Collection<String> previous)
The previous step group.
|
UpdateWorkflowStepGroupRequest |
withPrevious(String... previous)
The previous step group.
|
UpdateWorkflowStepGroupRequest |
withWorkflowId(String workflowId)
The ID of the migration 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 setWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId
- The ID of the migration workflow.public String getWorkflowId()
The ID of the migration workflow.
public UpdateWorkflowStepGroupRequest withWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId
- The ID of the migration workflow.public void setId(String id)
The ID of the step group.
id
- The ID of the step group.public String getId()
The ID of the step group.
public UpdateWorkflowStepGroupRequest withId(String id)
The ID of the step group.
id
- The ID of the step group.public void setName(String name)
The name of the step group.
name
- The name of the step group.public String getName()
The name of the step group.
public UpdateWorkflowStepGroupRequest withName(String name)
The name of the step group.
name
- The name of the step group.public void setDescription(String description)
The description of the step group.
description
- The description of the step group.public String getDescription()
The description of the step group.
public UpdateWorkflowStepGroupRequest withDescription(String description)
The description of the step group.
description
- The description of the step group.public void setNext(Collection<String> next)
The next step group.
next
- The next step group.public UpdateWorkflowStepGroupRequest withNext(String... next)
The next step group.
NOTE: This method appends the values to the existing list (if any). Use
setNext(java.util.Collection)
or withNext(java.util.Collection)
if you want to override the
existing values.
next
- The next step group.public UpdateWorkflowStepGroupRequest withNext(Collection<String> next)
The next step group.
next
- The next step group.public List<String> getPrevious()
The previous step group.
public void setPrevious(Collection<String> previous)
The previous step group.
previous
- The previous step group.public UpdateWorkflowStepGroupRequest withPrevious(String... previous)
The previous step group.
NOTE: This method appends the values to the existing list (if any). Use
setPrevious(java.util.Collection)
or withPrevious(java.util.Collection)
if you want to override
the existing values.
previous
- The previous step group.public UpdateWorkflowStepGroupRequest withPrevious(Collection<String> previous)
The previous step group.
previous
- The previous step group.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkflowStepGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()