@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 definition used in the job run that was stopped.
|
String |
getJobRunId()
The
JobRunId of the job run that was stopped. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobName(String jobName)
The name of the job definition used in the job run that was stopped.
|
void |
setJobRunId(String jobRunId)
The
JobRunId of the job run that was stopped. |
String |
toString()
Returns a string representation of this object.
|
BatchStopJobRunSuccessfulSubmission |
withJobName(String jobName)
The name of the job definition used in the job run that was stopped.
|
BatchStopJobRunSuccessfulSubmission |
withJobRunId(String jobRunId)
The
JobRunId of the job run that was stopped. |
public void setJobName(String jobName)
The name of the job definition used in the job run that was stopped.
jobName
- The name of the job definition used in the job run that was stopped.public String getJobName()
The name of the job definition used in the job run that was stopped.
public BatchStopJobRunSuccessfulSubmission withJobName(String jobName)
The name of the job definition used in the job run that was stopped.
jobName
- The name of the job definition used in the job run that was stopped.public void setJobRunId(String jobRunId)
The JobRunId
of the job run that was stopped.
jobRunId
- The JobRunId
of the job run that was stopped.public String getJobRunId()
The JobRunId
of the job run that was stopped.
JobRunId
of the job run that was stopped.public BatchStopJobRunSuccessfulSubmission withJobRunId(String jobRunId)
The JobRunId
of the job run that was stopped.
jobRunId
- The JobRunId
of the job run that was stopped.public String toString()
toString
in class Object
Object.toString()
public BatchStopJobRunSuccessfulSubmission clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.