@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EphemerisDescription extends Object implements Serializable, Cloneable, StructuredPojo
Description of ephemeris.
| Constructor and Description |
|---|
EphemerisDescription() |
| Modifier and Type | Method and Description |
|---|---|
EphemerisDescription |
clone() |
boolean |
equals(Object obj) |
String |
getEphemerisData()
Supplied ephemeris data.
|
S3Object |
getSourceS3Object()
Source S3 object used for the ephemeris.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEphemerisData(String ephemerisData)
Supplied ephemeris data.
|
void |
setSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
String |
toString()
Returns a string representation of this object.
|
EphemerisDescription |
withEphemerisData(String ephemerisData)
Supplied ephemeris data.
|
EphemerisDescription |
withSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
public void setEphemerisData(String ephemerisData)
Supplied ephemeris data.
ephemerisData - Supplied ephemeris data.public String getEphemerisData()
Supplied ephemeris data.
public EphemerisDescription withEphemerisData(String ephemerisData)
Supplied ephemeris data.
ephemerisData - Supplied ephemeris data.public void setSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
sourceS3Object - Source S3 object used for the ephemeris.public S3Object getSourceS3Object()
Source S3 object used for the ephemeris.
public EphemerisDescription withSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
sourceS3Object - Source S3 object used for the ephemeris.public String toString()
toString in class ObjectObject.toString()public EphemerisDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.