@Generated(value="software.amazon.awssdk:codegen") public final class InputS3Object extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputS3Object.Builder,InputS3Object>
Amazon S3 Location information for an input manifest file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputS3Object.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon S3 bucket that contains the manifest.
|
static InputS3Object.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name and location of the manifest file withiin the bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputS3Object.Builder> |
serializableBuilderClass() |
InputS3Object.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The version ID of the bucket.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The Amazon S3 bucket that contains the manifest.
public final String key()
The name and location of the manifest file withiin the bucket.
public final String versionId()
The version ID of the bucket.
public InputS3Object.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputS3Object.Builder,InputS3Object>public static InputS3Object.Builder builder()
public static Class<? extends InputS3Object.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.