@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Job extends Object implements Serializable, Cloneable, StructuredPojo
Describes an execution job for an Amplify app.
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
Job |
clone() |
boolean |
equals(Object obj) |
List<Step> |
getSteps()
The execution steps for an execution job, for an Amplify app.
|
JobSummary |
getSummary()
Describes the summary for an execution job for an Amplify app.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSteps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
|
void |
setSummary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
|
String |
toString()
Returns a string representation of this object.
|
Job |
withSteps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
|
Job |
withSteps(Step... steps)
The execution steps for an execution job, for an Amplify app.
|
Job |
withSummary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
|
public void setSummary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
summary
- Describes the summary for an execution job for an Amplify app.public JobSummary getSummary()
Describes the summary for an execution job for an Amplify app.
public Job withSummary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
summary
- Describes the summary for an execution job for an Amplify app.public List<Step> getSteps()
The execution steps for an execution job, for an Amplify app.
public void setSteps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
steps
- The execution steps for an execution job, for an Amplify app.public Job withSteps(Step... steps)
The execution steps for an execution job, for an Amplify app.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- The execution steps for an execution job, for an Amplify app.public Job withSteps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
steps
- The execution steps for an execution job, for an Amplify app.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.