@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopJobRunSuccessfulSubmission extends Object implements Serializable, Cloneable, StructuredPojo
Records a successful request to stop a specified JobRun.
Constructor and Description |
---|
BatchStopJobRunSuccessfulSubmission() |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunSuccessfulSubmission |
clone() |
boolean |
equals(Object obj) |
String |
getJobName()
The Name of the Job in question.
|
String |
getJobRunId()
The JobRunId of the JobRun in question.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobName(String jobName)
The Name of the Job in question.
|
void |
setJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchStopJobRunSuccessfulSubmission |
withJobName(String jobName)
The Name of the Job in question.
|
BatchStopJobRunSuccessfulSubmission |
withJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
|
public void setJobName(String jobName)
The Name of the Job in question.
jobName
- The Name of the Job in question.public String getJobName()
The Name of the Job in question.
public BatchStopJobRunSuccessfulSubmission withJobName(String jobName)
The Name of the Job in question.
jobName
- The Name of the Job in question.public void setJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
jobRunId
- The JobRunId of the JobRun in question.public String getJobRunId()
The JobRunId of the JobRun in question.
public BatchStopJobRunSuccessfulSubmission withJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
jobRunId
- The JobRunId of the JobRun in question.public String toString()
toString
in class Object
Object.toString()
public BatchStopJobRunSuccessfulSubmission clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.