@Generated(value="software.amazon.awssdk:codegen") public final class JobManifestGenerator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobManifestGenerator.Builder,JobManifestGenerator>
Configures the type of the job's ManifestGenerator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobManifestGenerator.Builder |
static class |
JobManifestGenerator.Type |
| Modifier and Type | Method and Description |
|---|---|
static JobManifestGenerator.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static JobManifestGenerator |
fromS3JobManifestGenerator(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator)
Create an instance of this class with
s3JobManifestGenerator() initialized to the given value. |
static JobManifestGenerator |
fromS3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)
Create an instance of this class with
s3JobManifestGenerator() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3JobManifestGenerator |
s3JobManifestGenerator()
The S3 job ManifestGenerator's configuration details.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobManifestGenerator.Builder> |
serializableBuilderClass() |
JobManifestGenerator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
JobManifestGenerator.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3JobManifestGenerator s3JobManifestGenerator()
The S3 job ManifestGenerator's configuration details.
public JobManifestGenerator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobManifestGenerator.Builder,JobManifestGenerator>public static JobManifestGenerator.Builder builder()
public static Class<? extends JobManifestGenerator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static JobManifestGenerator fromS3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)
s3JobManifestGenerator() initialized to the given value.
The S3 job ManifestGenerator's configuration details.
s3JobManifestGenerator - The S3 job ManifestGenerator's configuration details.public static JobManifestGenerator fromS3JobManifestGenerator(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator)
s3JobManifestGenerator() initialized to the given value.
The S3 job ManifestGenerator's configuration details.
s3JobManifestGenerator - The S3 job ManifestGenerator's configuration details.public JobManifestGenerator.Type type()
JobManifestGenerator.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 JobManifestGenerator.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2022. All rights reserved.