@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopJobRunError extends Object implements Serializable, Cloneable, StructuredPojo
Records an error that occurred when attempting to stop a specified JobRun.
Constructor and Description |
---|
BatchStopJobRunError() |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunError |
clone() |
boolean |
equals(Object obj) |
ErrorDetail |
getErrorDetail()
Specifies details about the error that was encountered.
|
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 |
setErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
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.
|
BatchStopJobRunError |
withErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
BatchStopJobRunError |
withJobName(String jobName)
The name of the Job in question.
|
BatchStopJobRunError |
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 BatchStopJobRunError 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 BatchStopJobRunError withJobRunId(String jobRunId)
The JobRunId of the JobRun in question.
jobRunId
- The JobRunId of the JobRun in question.public void setErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
errorDetail
- Specifies details about the error that was encountered.public ErrorDetail getErrorDetail()
Specifies details about the error that was encountered.
public BatchStopJobRunError withErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
errorDetail
- Specifies details about the error that was encountered.public String toString()
toString
in class Object
Object.toString()
public BatchStopJobRunError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.