Class JobEntityIdentifiersUnion
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.JobEntityIdentifiersUnion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobEntityIdentifiersUnion.Builder,JobEntityIdentifiersUnion>
@Generated("software.amazon.awssdk:codegen") public final class JobEntityIdentifiersUnion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobEntityIdentifiersUnion.Builder,JobEntityIdentifiersUnion>
The details of a job entity identifier.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobEntityIdentifiersUnion.Builderstatic classJobEntityIdentifiersUnion.Type
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
environmentDetails
public final EnvironmentDetailsIdentifiers environmentDetails()
The environment details.
- Returns:
- The environment details.
-
jobAttachmentDetails
public final JobAttachmentDetailsIdentifiers jobAttachmentDetails()
The job attachment details.
- Returns:
- The job attachment details.
-
jobDetails
public final JobDetailsIdentifiers jobDetails()
The job details.
- Returns:
- The job details.
-
stepDetails
public final StepDetailsIdentifiers stepDetails()
The step details.
- Returns:
- The step details.
-
toBuilder
public JobEntityIdentifiersUnion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobEntityIdentifiersUnion.Builder,JobEntityIdentifiersUnion>
-
builder
public static JobEntityIdentifiersUnion.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobEntityIdentifiersUnion.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromEnvironmentDetails
public static JobEntityIdentifiersUnion fromEnvironmentDetails(EnvironmentDetailsIdentifiers environmentDetails)
Create an instance of this class withenvironmentDetails()initialized to the given value.The environment details.
- Parameters:
environmentDetails- The environment details.
-
fromEnvironmentDetails
public static JobEntityIdentifiersUnion fromEnvironmentDetails(Consumer<EnvironmentDetailsIdentifiers.Builder> environmentDetails)
Create an instance of this class withenvironmentDetails()initialized to the given value.The environment details.
- Parameters:
environmentDetails- The environment details.
-
fromJobAttachmentDetails
public static JobEntityIdentifiersUnion fromJobAttachmentDetails(JobAttachmentDetailsIdentifiers jobAttachmentDetails)
Create an instance of this class withjobAttachmentDetails()initialized to the given value.The job attachment details.
- Parameters:
jobAttachmentDetails- The job attachment details.
-
fromJobAttachmentDetails
public static JobEntityIdentifiersUnion fromJobAttachmentDetails(Consumer<JobAttachmentDetailsIdentifiers.Builder> jobAttachmentDetails)
Create an instance of this class withjobAttachmentDetails()initialized to the given value.The job attachment details.
- Parameters:
jobAttachmentDetails- The job attachment details.
-
fromJobDetails
public static JobEntityIdentifiersUnion fromJobDetails(JobDetailsIdentifiers jobDetails)
Create an instance of this class withjobDetails()initialized to the given value.The job details.
- Parameters:
jobDetails- The job details.
-
fromJobDetails
public static JobEntityIdentifiersUnion fromJobDetails(Consumer<JobDetailsIdentifiers.Builder> jobDetails)
Create an instance of this class withjobDetails()initialized to the given value.The job details.
- Parameters:
jobDetails- The job details.
-
fromStepDetails
public static JobEntityIdentifiersUnion fromStepDetails(StepDetailsIdentifiers stepDetails)
Create an instance of this class withstepDetails()initialized to the given value.The step details.
- Parameters:
stepDetails- The step details.
-
fromStepDetails
public static JobEntityIdentifiersUnion fromStepDetails(Consumer<StepDetailsIdentifiers.Builder> stepDetails)
Create an instance of this class withstepDetails()initialized to the given value.The step details.
- Parameters:
stepDetails- The step details.
-
type
public JobEntityIdentifiersUnion.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beJobEntityIdentifiersUnion.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beJobEntityIdentifiersUnion.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-