Class JobManifestGenerator
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.JobManifestGenerator
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobManifestGenerator.Builder,JobManifestGenerator>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobManifestGenerator.Builderstatic classJobManifestGenerator.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobManifestGenerator.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static JobManifestGeneratorfromS3JobManifestGenerator(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator)Create an instance of this class withs3JobManifestGenerator()initialized to the given value.static JobManifestGeneratorfromS3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)Create an instance of this class withs3JobManifestGenerator()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3JobManifestGenerators3JobManifestGenerator()The S3 job ManifestGenerator's configuration details.List<SdkField<?>>sdkFields()static Class<? extends JobManifestGenerator.Builder>serializableBuilderClass()JobManifestGenerator.BuildertoBuilder()StringtoString()Returns a string representation of this object.JobManifestGenerator.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
s3JobManifestGenerator
public final S3JobManifestGenerator s3JobManifestGenerator()
The S3 job ManifestGenerator's configuration details.
- Returns:
- The S3 job ManifestGenerator's configuration details.
-
toBuilder
public JobManifestGenerator.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobManifestGenerator.Builder,JobManifestGenerator>
-
builder
public static JobManifestGenerator.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobManifestGenerator.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.
-
fromS3JobManifestGenerator
public static JobManifestGenerator fromS3JobManifestGenerator(S3JobManifestGenerator s3JobManifestGenerator)
Create an instance of this class withs3JobManifestGenerator()initialized to the given value.The S3 job ManifestGenerator's configuration details.
- Parameters:
s3JobManifestGenerator- The S3 job ManifestGenerator's configuration details.
-
fromS3JobManifestGenerator
public static JobManifestGenerator fromS3JobManifestGenerator(Consumer<S3JobManifestGenerator.Builder> s3JobManifestGenerator)
Create an instance of this class withs3JobManifestGenerator()initialized to the given value.The S3 job ManifestGenerator's configuration details.
- Parameters:
s3JobManifestGenerator- The S3 job ManifestGenerator's configuration details.
-
type
public JobManifestGenerator.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 beJobManifestGenerator.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 beJobManifestGenerator.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-