@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobEntityError extends Object implements Serializable, Cloneable, StructuredPojo
The error for the job entity.
Constructor and Description |
---|
GetJobEntityError() |
Modifier and Type | Method and Description |
---|---|
GetJobEntityError |
clone() |
boolean |
equals(Object obj) |
EnvironmentDetailsError |
getEnvironmentDetails()
The environment details for the failed job entity.
|
JobAttachmentDetailsError |
getJobAttachmentDetails()
The job attachment details for the failed job entity.
|
JobDetailsError |
getJobDetails()
The job details for the failed job entity.
|
StepDetailsError |
getStepDetails()
The step details for the failed job entity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnvironmentDetails(EnvironmentDetailsError environmentDetails)
The environment details for the failed job entity.
|
void |
setJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)
The job attachment details for the failed job entity.
|
void |
setJobDetails(JobDetailsError jobDetails)
The job details for the failed job entity.
|
void |
setStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
|
String |
toString()
Returns a string representation of this object.
|
GetJobEntityError |
withEnvironmentDetails(EnvironmentDetailsError environmentDetails)
The environment details for the failed job entity.
|
GetJobEntityError |
withJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)
The job attachment details for the failed job entity.
|
GetJobEntityError |
withJobDetails(JobDetailsError jobDetails)
The job details for the failed job entity.
|
GetJobEntityError |
withStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
|
public void setEnvironmentDetails(EnvironmentDetailsError environmentDetails)
The environment details for the failed job entity.
environmentDetails
- The environment details for the failed job entity.public EnvironmentDetailsError getEnvironmentDetails()
The environment details for the failed job entity.
public GetJobEntityError withEnvironmentDetails(EnvironmentDetailsError environmentDetails)
The environment details for the failed job entity.
environmentDetails
- The environment details for the failed job entity.public void setJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)
The job attachment details for the failed job entity.
jobAttachmentDetails
- The job attachment details for the failed job entity.public JobAttachmentDetailsError getJobAttachmentDetails()
The job attachment details for the failed job entity.
public GetJobEntityError withJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)
The job attachment details for the failed job entity.
jobAttachmentDetails
- The job attachment details for the failed job entity.public void setJobDetails(JobDetailsError jobDetails)
The job details for the failed job entity.
jobDetails
- The job details for the failed job entity.public JobDetailsError getJobDetails()
The job details for the failed job entity.
public GetJobEntityError withJobDetails(JobDetailsError jobDetails)
The job details for the failed job entity.
jobDetails
- The job details for the failed job entity.public void setStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
stepDetails
- The step details for the failed job entity.public StepDetailsError getStepDetails()
The step details for the failed job entity.
public GetJobEntityError withStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
stepDetails
- The step details for the failed job entity.public String toString()
toString
in class Object
Object.toString()
public GetJobEntityError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.