Class InputS3Object
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutvision.model.InputS3Object
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputS3Object.Builder,InputS3Object>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputS3Object.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The Amazon S3 bucket that contains the manifest.static InputS3Object.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The name and location of the manifest file withiin the bucket.List<SdkField<?>>sdkFields()static Class<? extends InputS3Object.Builder>serializableBuilderClass()InputS3Object.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionId()The version ID of the bucket.-
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
-
bucket
public final String bucket()
The Amazon S3 bucket that contains the manifest.
- Returns:
- The Amazon S3 bucket that contains the manifest.
-
key
public final String key()
The name and location of the manifest file withiin the bucket.
- Returns:
- The name and location of the manifest file withiin the bucket.
-
versionId
public final String versionId()
The version ID of the bucket.
- Returns:
- The version ID of the bucket.
-
toBuilder
public InputS3Object.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputS3Object.Builder,InputS3Object>
-
builder
public static InputS3Object.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputS3Object.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.
-
-