@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopJobRunSuccessfulSubmission extends Object implements Serializable, Cloneable, StructuredPojo
Details about the job run which is submitted successfully for stopping.
Constructor and Description |
---|
BatchStopJobRunSuccessfulSubmission() |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunSuccessfulSubmission |
clone() |
boolean |
equals(Object obj) |
String |
getJobName()
The name of the job.
|
String |
getJobRunId()
The job run Id.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobName(String jobName)
The name of the job.
|
void |
setJobRunId(String jobRunId)
The job run Id.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchStopJobRunSuccessfulSubmission |
withJobName(String jobName)
The name of the job.
|
BatchStopJobRunSuccessfulSubmission |
withJobRunId(String jobRunId)
The job run Id.
|
public void setJobName(String jobName)
The name of the job.
jobName
- The name of the job.public String getJobName()
The name of the job.
public BatchStopJobRunSuccessfulSubmission withJobName(String jobName)
The name of the job.
jobName
- The name of the job.public void setJobRunId(String jobRunId)
The job run Id.
jobRunId
- The job run Id.public String getJobRunId()
The job run Id.
public BatchStopJobRunSuccessfulSubmission withJobRunId(String jobRunId)
The job run Id.
jobRunId
- The job run Id.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.