Class EphemerisItem
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.EphemerisItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EphemerisItem.Builder,EphemerisItem>
@Generated("software.amazon.awssdk:codegen") public final class EphemerisItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EphemerisItem.Builder,EphemerisItem>
Ephemeris item.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEphemerisItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EphemerisItem.Builderbuilder()InstantcreationTime()The time the ephemeris was uploaded in UTC.Booleanenabled()Whether or not the ephemeris is enabled.StringephemerisId()The AWS Ground Station ephemeris ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()A name string associated with the ephemeris.Integerpriority()Customer-provided priority score to establish the order in which overlapping ephemerides should be used.List<SdkField<?>>sdkFields()static Class<? extends EphemerisItem.Builder>serializableBuilderClass()S3ObjectsourceS3Object()Source S3 object used for the ephemeris.EphemerisStatusstatus()The status of the ephemeris.StringstatusAsString()The status of the ephemeris.EphemerisItem.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
-
creationTime
public final Instant creationTime()
The time the ephemeris was uploaded in UTC.
- Returns:
- The time the ephemeris was uploaded in UTC.
-
enabled
public final Boolean enabled()
Whether or not the ephemeris is enabled.
- Returns:
- Whether or not the ephemeris is enabled.
-
ephemerisId
public final String ephemerisId()
The AWS Ground Station ephemeris ID.
- Returns:
- The AWS Ground Station ephemeris ID.
-
name
public final String name()
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
- Returns:
- A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
-
priority
public final Integer priority()
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
- Returns:
- Customer-provided priority score to establish the order in which overlapping ephemerides should be
used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
-
sourceS3Object
public final S3Object sourceS3Object()
Source S3 object used for the ephemeris.
- Returns:
- Source S3 object used for the ephemeris.
-
status
public final EphemerisStatus status()
The status of the ephemeris.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEphemerisStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the ephemeris.
- See Also:
EphemerisStatus
-
statusAsString
public final String statusAsString()
The status of the ephemeris.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEphemerisStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the ephemeris.
- See Also:
EphemerisStatus
-
toBuilder
public EphemerisItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EphemerisItem.Builder,EphemerisItem>
-
builder
public static EphemerisItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends EphemerisItem.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.
-
-