@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 String objectArn()
The Amazon Resource Name (ARN) for a manifest object.
public String objectVersionId()
The optional version ID to identify a specific version of the manifest object.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.