@Generated(value="software.amazon.awssdk:codegen") public final class BatchJobIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchJobIdentifier.Builder,BatchJobIdentifier>
Identifies a specific batch job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchJobIdentifier.Builder |
static class |
BatchJobIdentifier.Type |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileBatchJobIdentifier |
fileBatchJobIdentifier()
Specifies a file associated with a specific batch job.
|
static BatchJobIdentifier |
fromFileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
Create an instance of this class with
fileBatchJobIdentifier() initialized to the given value. |
static BatchJobIdentifier |
fromFileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
Create an instance of this class with
fileBatchJobIdentifier() initialized to the given value. |
static BatchJobIdentifier |
fromScriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)
Create an instance of this class with
scriptBatchJobIdentifier() initialized to the given value. |
static BatchJobIdentifier |
fromScriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
Create an instance of this class with
scriptBatchJobIdentifier() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ScriptBatchJobIdentifier |
scriptBatchJobIdentifier()
A batch job identifier in which the batch job to run is identified by the script name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchJobIdentifier.Builder> |
serializableBuilderClass() |
BatchJobIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
BatchJobIdentifier.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FileBatchJobIdentifier fileBatchJobIdentifier()
Specifies a file associated with a specific batch job.
public final ScriptBatchJobIdentifier scriptBatchJobIdentifier()
A batch job identifier in which the batch job to run is identified by the script name.
public BatchJobIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchJobIdentifier.Builder,BatchJobIdentifier>public static BatchJobIdentifier.Builder builder()
public static Class<? extends BatchJobIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static BatchJobIdentifier fromFileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
fileBatchJobIdentifier() initialized to the given value.
Specifies a file associated with a specific batch job.
fileBatchJobIdentifier - Specifies a file associated with a specific batch job.public static BatchJobIdentifier fromFileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)
fileBatchJobIdentifier() initialized to the given value.
Specifies a file associated with a specific batch job.
fileBatchJobIdentifier - Specifies a file associated with a specific batch job.public static BatchJobIdentifier fromScriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
scriptBatchJobIdentifier() initialized to the given value.
A batch job identifier in which the batch job to run is identified by the script name.
scriptBatchJobIdentifier - A batch job identifier in which the batch job to run is identified by the script name.public static BatchJobIdentifier fromScriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)
scriptBatchJobIdentifier() initialized to the given value.
A batch job identifier in which the batch job to run is identified by the script name.
scriptBatchJobIdentifier - A batch job identifier in which the batch job to run is identified by the script name.public BatchJobIdentifier.Type type()
BatchJobIdentifier.Type.UNKNOWN_TO_SDK_VERSION if 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 be BatchJobIdentifier.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.