@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopJobRunError extends Object implements Serializable, Cloneable, StructuredPojo
Details about the job run and the error that occurred while trying to submit it for stopping.
Constructor and Description |
---|
BatchStopJobRunError() |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunError |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getErrorDetail()
The details of the error that occurred.
|
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 |
setErrorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
|
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.
|
BatchStopJobRunError |
withErrorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
|
BatchStopJobRunError |
withJobName(String jobName)
The name of the job.
|
BatchStopJobRunError |
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 BatchStopJobRunError 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 BatchStopJobRunError withJobRunId(String jobRunId)
The job run Id.
jobRunId
- The job run Id.public void setErrorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
errorDetail
- The details of the error that occurred.public ErrorDetail getErrorDetail()
The details of the error that occurred.
public BatchStopJobRunError withErrorDetail(ErrorDetail errorDetail)
The details of the error that occurred.
errorDetail
- The details of the error that occurred.public String toString()
toString
in class Object
Object.toString()
public BatchStopJobRunError 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.