Class SatelliteListItem
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.SatelliteListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SatelliteListItem.Builder,SatelliteListItem>
@Generated("software.amazon.awssdk:codegen") public final class SatelliteListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SatelliteListItem.Builder,SatelliteListItem>
Item in a list of satellites.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSatelliteListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SatelliteListItem.Builderbuilder()EphemerisMetaDatacurrentEphemeris()The current ephemeris being used to compute the trajectory of the satellite.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)List<String>groundStations()A list of ground stations to which the satellite is on-boarded.booleanhasGroundStations()For responses, this returns true if the service returned a value for the GroundStations property.inthashCode()IntegernoradSatelliteID()NORAD satellite ID number.StringsatelliteArn()ARN of a satellite.StringsatelliteId()UUID of a satellite.List<SdkField<?>>sdkFields()static Class<? extends SatelliteListItem.Builder>serializableBuilderClass()SatelliteListItem.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
-
currentEphemeris
public final EphemerisMetaData currentEphemeris()
The current ephemeris being used to compute the trajectory of the satellite.
- Returns:
- The current ephemeris being used to compute the trajectory of the satellite.
-
hasGroundStations
public final boolean hasGroundStations()
For responses, this returns true if the service returned a value for the GroundStations property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
groundStations
public final List<String> groundStations()
A list of ground stations to which the satellite is on-boarded.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasGroundStations()method.- Returns:
- A list of ground stations to which the satellite is on-boarded.
-
noradSatelliteID
public final Integer noradSatelliteID()
NORAD satellite ID number.
- Returns:
- NORAD satellite ID number.
-
satelliteArn
public final String satelliteArn()
ARN of a satellite.
- Returns:
- ARN of a satellite.
-
satelliteId
public final String satelliteId()
UUID of a satellite.
- Returns:
- UUID of a satellite.
-
toBuilder
public SatelliteListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SatelliteListItem.Builder,SatelliteListItem>
-
builder
public static SatelliteListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends SatelliteListItem.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.
-
-