Class S3Object
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.S3Object
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Object.Builder,S3Object>
@Generated("software.amazon.awssdk:codegen") public final class S3Object extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Object.Builder,S3Object>
Object stored in S3 containing ephemeris data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Object.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()An Amazon S3 Bucket name.static S3Object.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()An Amazon S3 key for the ephemeris.List<SdkField<?>>sdkFields()static Class<? extends S3Object.Builder>serializableBuilderClass()S3Object.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()For versioned S3 objects, the version to use for the ephemeris.-
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()
An Amazon S3 Bucket name.
- Returns:
- An Amazon S3 Bucket name.
-
key
public final String key()
An Amazon S3 key for the ephemeris.
- Returns:
- An Amazon S3 key for the ephemeris.
-
version
public final String version()
For versioned S3 objects, the version to use for the ephemeris.
- Returns:
- For versioned S3 objects, the version to use for the ephemeris.
-
toBuilder
public S3Object.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Object.Builder,S3Object>
-
builder
public static S3Object.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Object.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.
-
-