Class JobManifestLocation
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.JobManifestLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobManifestLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobManifestLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The ETag for the specified manifest object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectArn()The Amazon Resource Name (ARN) for a manifest object.StringobjectVersionId()The optional version ID to identify a specific version of the manifest object.List<SdkField<?>>sdkFields()static Class<? extends JobManifestLocation.Builder>serializableBuilderClass()JobManifestLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
objectArn
public 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.
- Returns:
- 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.
-
objectVersionId
public final String objectVersionId()
The optional version ID to identify a specific version of the manifest object.
- Returns:
- The optional version ID to identify a specific version of the manifest object.
-
eTag
public final String eTag()
The ETag for the specified manifest object.
- Returns:
- The ETag for the specified manifest object.
-
toBuilder
public JobManifestLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>
-
builder
public static JobManifestLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobManifestLocation.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.
-
-