@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobEntityIdentifiersUnion extends Object implements Serializable, Cloneable, StructuredPojo
The details of a job entity identifier.
| Constructor and Description |
|---|
JobEntityIdentifiersUnion() |
public void setEnvironmentDetails(EnvironmentDetailsIdentifiers environmentDetails)
The environment details.
environmentDetails - The environment details.public EnvironmentDetailsIdentifiers getEnvironmentDetails()
The environment details.
public JobEntityIdentifiersUnion withEnvironmentDetails(EnvironmentDetailsIdentifiers environmentDetails)
The environment details.
environmentDetails - The environment details.public void setJobAttachmentDetails(JobAttachmentDetailsIdentifiers jobAttachmentDetails)
The job attachment details.
jobAttachmentDetails - The job attachment details.public JobAttachmentDetailsIdentifiers getJobAttachmentDetails()
The job attachment details.
public JobEntityIdentifiersUnion withJobAttachmentDetails(JobAttachmentDetailsIdentifiers jobAttachmentDetails)
The job attachment details.
jobAttachmentDetails - The job attachment details.public void setJobDetails(JobDetailsIdentifiers jobDetails)
The job details.
jobDetails - The job details.public JobDetailsIdentifiers getJobDetails()
The job details.
public JobEntityIdentifiersUnion withJobDetails(JobDetailsIdentifiers jobDetails)
The job details.
jobDetails - The job details.public void setStepDetails(StepDetailsIdentifiers stepDetails)
The step details.
stepDetails - The step details.public StepDetailsIdentifiers getStepDetails()
The step details.
public JobEntityIdentifiersUnion withStepDetails(StepDetailsIdentifiers stepDetails)
The step details.
stepDetails - The step details.public String toString()
toString in class ObjectObject.toString()public JobEntityIdentifiersUnion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.