@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.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
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 © 2022. All rights reserved.