Class TLEData
- java.lang.Object
-
- software.amazon.awssdk.services.groundstation.model.TLEData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TLEData.Builder,TLEData>
@Generated("software.amazon.awssdk:codegen") public final class TLEData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TLEData.Builder,TLEData>
Two-line element set (TLE) data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTLEData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TLEData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TLEData.Builder>serializableBuilderClass()StringtleLine1()First line of two-line element set (TLE) data.StringtleLine2()Second line of two-line element set (TLE) data.TLEData.BuildertoBuilder()StringtoString()Returns a string representation of this object.TimeRangevalidTimeRange()The valid time range for the TLE.-
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
-
tleLine1
public final String tleLine1()
First line of two-line element set (TLE) data.
- Returns:
- First line of two-line element set (TLE) data.
-
tleLine2
public final String tleLine2()
Second line of two-line element set (TLE) data.
- Returns:
- Second line of two-line element set (TLE) data.
-
validTimeRange
public final TimeRange validTimeRange()
The valid time range for the TLE. Gaps or overlap are not permitted.
- Returns:
- The valid time range for the TLE. Gaps or overlap are not permitted.
-
toBuilder
public TLEData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TLEData.Builder,TLEData>
-
builder
public static TLEData.Builder builder()
-
serializableBuilderClass
public static Class<? extends TLEData.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.
-
-