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