@Generated(value="software.amazon.awssdk:codegen") public final class S3GeneratedManifestDescriptor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>
Describes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3GeneratedManifestDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3GeneratedManifestDescriptor.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GeneratedManifestFormat |
format()
The format of the generated manifest.
|
String |
formatAsString()
The format of the generated manifest.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobManifestLocation |
location()
Returns the value of the Location property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3GeneratedManifestDescriptor.Builder> |
serializableBuilderClass() |
S3GeneratedManifestDescriptor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GeneratedManifestFormat format()
The format of the generated manifest.
If the service returns an enum value that is not available in the current SDK version, format will
return GeneratedManifestFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
GeneratedManifestFormatpublic final String formatAsString()
The format of the generated manifest.
If the service returns an enum value that is not available in the current SDK version, format will
return GeneratedManifestFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
GeneratedManifestFormatpublic final JobManifestLocation location()
public S3GeneratedManifestDescriptor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3GeneratedManifestDescriptor.Builder,S3GeneratedManifestDescriptor>public static S3GeneratedManifestDescriptor.Builder builder()
public static Class<? extends S3GeneratedManifestDescriptor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.