Class BatchJobDependency
- java.lang.Object
-
- software.amazon.awssdk.services.pipes.model.BatchJobDependency
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>
@Generated("software.amazon.awssdk:codegen") public final class BatchJobDependency extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>
An object that represents an Batch job dependency.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchJobDependency.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchJobDependency.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The job ID of the Batch job that's associated with this dependency.List<SdkField<?>>sdkFields()static Class<? extends BatchJobDependency.Builder>serializableBuilderClass()BatchJobDependency.BuildertoBuilder()StringtoString()Returns a string representation of this object.BatchJobDependencyTypetype()The type of the job dependency.StringtypeAsString()The type of the job dependency.-
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
-
jobId
public final String jobId()
The job ID of the Batch job that's associated with this dependency.
- Returns:
- The job ID of the Batch job that's associated with this dependency.
-
type
public final BatchJobDependencyType type()
The type of the job dependency.
If the service returns an enum value that is not available in the current SDK version,
typewill returnBatchJobDependencyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the job dependency.
- See Also:
BatchJobDependencyType
-
typeAsString
public final String typeAsString()
The type of the job dependency.
If the service returns an enum value that is not available in the current SDK version,
typewill returnBatchJobDependencyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the job dependency.
- See Also:
BatchJobDependencyType
-
toBuilder
public BatchJobDependency.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchJobDependency.Builder,BatchJobDependency>
-
builder
public static BatchJobDependency.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchJobDependency.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.
-
-