@Generated(value="software.amazon.awssdk:codegen") public final class JobManifestLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>
Contains the information required to locate a manifest object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobManifestLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobManifestLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The ETag for the specified manifest object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectArn()
The Amazon Resource Name (ARN) for a manifest object.
|
String |
objectVersionId()
The optional version ID to identify a specific version of the manifest object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobManifestLocation.Builder> |
serializableBuilderClass() |
JobManifestLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String objectArn()
The Amazon Resource Name (ARN) for a manifest object.
When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.
When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.
public final String objectVersionId()
The optional version ID to identify a specific version of the manifest object.
public final String eTag()
The ETag for the specified manifest object.
public JobManifestLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>public static JobManifestLocation.Builder builder()
public static Class<? extends JobManifestLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.