@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateStepSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the step.
Constructor and Description |
---|
TemplateStepSummary() |
Modifier and Type | Method and Description |
---|---|
TemplateStepSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the step.
|
String |
getName()
The name of the step.
|
List<String> |
getNext()
The next step.
|
String |
getOwner()
The owner of the step.
|
List<String> |
getPrevious()
The previous step.
|
String |
getStepActionType()
The action type of the step.
|
String |
getStepGroupId()
The ID of the step group.
|
String |
getTargetType()
The servers on which to run the script.
|
String |
getTemplateId()
The ID of the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the step.
|
void |
setName(String name)
The name of the step.
|
void |
setNext(Collection<String> next)
The next step.
|
void |
setOwner(String owner)
The owner of the step.
|
void |
setPrevious(Collection<String> previous)
The previous step.
|
void |
setStepActionType(String stepActionType)
The action type of the step.
|
void |
setStepGroupId(String stepGroupId)
The ID of the step group.
|
void |
setTargetType(String targetType)
The servers on which to run the script.
|
void |
setTemplateId(String templateId)
The ID of the template.
|
String |
toString()
Returns a string representation of this object.
|
TemplateStepSummary |
withId(String id)
The ID of the step.
|
TemplateStepSummary |
withName(String name)
The name of the step.
|
TemplateStepSummary |
withNext(Collection<String> next)
The next step.
|
TemplateStepSummary |
withNext(String... next)
The next step.
|
TemplateStepSummary |
withOwner(Owner owner)
The owner of the step.
|
TemplateStepSummary |
withOwner(String owner)
The owner of the step.
|
TemplateStepSummary |
withPrevious(Collection<String> previous)
The previous step.
|
TemplateStepSummary |
withPrevious(String... previous)
The previous step.
|
TemplateStepSummary |
withStepActionType(StepActionType stepActionType)
The action type of the step.
|
TemplateStepSummary |
withStepActionType(String stepActionType)
The action type of the step.
|
TemplateStepSummary |
withStepGroupId(String stepGroupId)
The ID of the step group.
|
TemplateStepSummary |
withTargetType(String targetType)
The servers on which to run the script.
|
TemplateStepSummary |
withTargetType(TargetType targetType)
The servers on which to run the script.
|
TemplateStepSummary |
withTemplateId(String templateId)
The ID of the template.
|
public void setId(String id)
The ID of the step.
id
- The ID of the step.public String getId()
The ID of the step.
public TemplateStepSummary withId(String id)
The ID of the step.
id
- The ID of the step.public void setStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId
- The ID of the step group.public String getStepGroupId()
The ID of the step group.
public TemplateStepSummary withStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId
- The ID of the step group.public void setTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public String getTemplateId()
The ID of the template.
public TemplateStepSummary withTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public void setName(String name)
The name of the step.
name
- The name of the step.public String getName()
The name of the step.
public TemplateStepSummary withName(String name)
The name of the step.
name
- The name of the step.public void setStepActionType(String stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType
- The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType
public String getStepActionType()
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
StepActionType
public TemplateStepSummary withStepActionType(String stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType
- The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType
public TemplateStepSummary withStepActionType(StepActionType stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType
- The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType
public void setTargetType(String targetType)
The servers on which to run the script.
targetType
- The servers on which to run the script.TargetType
public String getTargetType()
The servers on which to run the script.
TargetType
public TemplateStepSummary withTargetType(String targetType)
The servers on which to run the script.
targetType
- The servers on which to run the script.TargetType
public TemplateStepSummary withTargetType(TargetType targetType)
The servers on which to run the script.
targetType
- The servers on which to run the script.TargetType
public void setOwner(String owner)
The owner of the step.
owner
- The owner of the step.Owner
public String getOwner()
The owner of the step.
Owner
public TemplateStepSummary withOwner(String owner)
The owner of the step.
owner
- The owner of the step.Owner
public TemplateStepSummary withOwner(Owner owner)
The owner of the step.
owner
- The owner of the step.Owner
public void setPrevious(Collection<String> previous)
The previous step.
previous
- The previous step.public TemplateStepSummary withPrevious(String... previous)
The previous step.
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.public TemplateStepSummary withPrevious(Collection<String> previous)
The previous step.
previous
- The previous step.public void setNext(Collection<String> next)
The next step.
next
- The next step.public TemplateStepSummary withNext(String... next)
The next step.
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.public TemplateStepSummary withNext(Collection<String> next)
The next step.
next
- The next step.public String toString()
toString
in class Object
Object.toString()
public TemplateStepSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.