@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowStepGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of a step group in a workflow.
Constructor and Description |
---|
WorkflowStepGroupSummary() |
Modifier and Type | Method and Description |
---|---|
WorkflowStepGroupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the step group.
|
String |
getName()
The name of the step group.
|
List<String> |
getNext()
The next step group.
|
String |
getOwner()
The owner of the step group.
|
List<String> |
getPrevious()
The previous step group.
|
String |
getStatus()
The status of the step group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setOwner(String owner)
The owner of the step group.
|
void |
setPrevious(Collection<String> previous)
The previous step group.
|
void |
setStatus(String status)
The status of the step group.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowStepGroupSummary |
withId(String id)
The ID of the step group.
|
WorkflowStepGroupSummary |
withName(String name)
The name of the step group.
|
WorkflowStepGroupSummary |
withNext(Collection<String> next)
The next step group.
|
WorkflowStepGroupSummary |
withNext(String... next)
The next step group.
|
WorkflowStepGroupSummary |
withOwner(Owner owner)
The owner of the step group.
|
WorkflowStepGroupSummary |
withOwner(String owner)
The owner of the step group.
|
WorkflowStepGroupSummary |
withPrevious(Collection<String> previous)
The previous step group.
|
WorkflowStepGroupSummary |
withPrevious(String... previous)
The previous step group.
|
WorkflowStepGroupSummary |
withStatus(StepGroupStatus status)
The status of the step group.
|
WorkflowStepGroupSummary |
withStatus(String status)
The status of the step group.
|
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 WorkflowStepGroupSummary 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 WorkflowStepGroupSummary withName(String name)
The name of the step group.
name
- The name of the step group.public void setOwner(String owner)
The owner of the step group.
owner
- The owner of the step group.Owner
public String getOwner()
The owner of the step group.
Owner
public WorkflowStepGroupSummary withOwner(String owner)
The owner of the step group.
owner
- The owner of the step group.Owner
public WorkflowStepGroupSummary withOwner(Owner owner)
The owner of the step group.
owner
- The owner of the step group.Owner
public void setStatus(String status)
The status of the step group.
status
- The status of the step group.StepGroupStatus
public String getStatus()
The status of the step group.
StepGroupStatus
public WorkflowStepGroupSummary withStatus(String status)
The status of the step group.
status
- The status of the step group.StepGroupStatus
public WorkflowStepGroupSummary withStatus(StepGroupStatus status)
The status of the step group.
status
- The status of the step group.StepGroupStatus
public List<String> getPrevious()
The previous step group.
public void setPrevious(Collection<String> previous)
The previous step group.
previous
- The previous step group.public WorkflowStepGroupSummary 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 WorkflowStepGroupSummary withPrevious(Collection<String> previous)
The previous step group.
previous
- The previous step group.public void setNext(Collection<String> next)
The next step group.
next
- The next step group.public WorkflowStepGroupSummary 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 WorkflowStepGroupSummary withNext(Collection<String> next)
The next step group.
next
- The next step group.public String toString()
toString
in class Object
Object.toString()
public WorkflowStepGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.