Class OEMEphemeris
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.OEMEphemeris
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OEMEphemeris.Builder,OEMEphemeris>
@Generated("software.amazon.awssdk:codegen") public final class OEMEphemeris extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OEMEphemeris.Builder,OEMEphemeris>
Ephemeris data in Orbit Ephemeris Message (OEM) format.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOEMEphemeris.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OEMEphemeris.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoemData()The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.S3Objects3Object()Identifies the S3 object to be used as the ephemeris.List<SdkField<?>>sdkFields()static Class<? extends OEMEphemeris.Builder>serializableBuilderClass()OEMEphemeris.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
-
oemData
public final String oemData()
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
- Returns:
- The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
-
s3Object
public final S3Object s3Object()
Identifies the S3 object to be used as the ephemeris.
- Returns:
- Identifies the S3 object to be used as the ephemeris.
-
toBuilder
public OEMEphemeris.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OEMEphemeris.Builder,OEMEphemeris>
-
builder
public static OEMEphemeris.Builder builder()
-
serializableBuilderClass
public static Class<? extends OEMEphemeris.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.
-
-