@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EphemerisData extends Object implements Serializable, Cloneable, StructuredPojo
Ephemeris data.
| Constructor and Description |
|---|
EphemerisData() |
| Modifier and Type | Method and Description |
|---|---|
EphemerisData |
clone() |
boolean |
equals(Object obj) |
OEMEphemeris |
getOem() |
TLEEphemeris |
getTle() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOem(OEMEphemeris oem) |
void |
setTle(TLEEphemeris tle) |
String |
toString()
Returns a string representation of this object.
|
EphemerisData |
withOem(OEMEphemeris oem) |
EphemerisData |
withTle(TLEEphemeris tle) |
public void setOem(OEMEphemeris oem)
oem - public OEMEphemeris getOem()
public EphemerisData withOem(OEMEphemeris oem)
oem - public void setTle(TLEEphemeris tle)
tle - public TLEEphemeris getTle()
public EphemerisData withTle(TLEEphemeris tle)
tle - public String toString()
toString in class ObjectObject.toString()public EphemerisData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.