@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OEMEphemeris extends Object implements Serializable, Cloneable, StructuredPojo
Ephemeris data in Orbit Ephemeris Message (OEM) format.
| Constructor and Description |
|---|
OEMEphemeris() |
| Modifier and Type | Method and Description |
|---|---|
OEMEphemeris |
clone() |
boolean |
equals(Object obj) |
String |
getOemData()
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
|
S3Object |
getS3Object()
Identifies the S3 object to be used as the ephemeris.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOemData(String oemData)
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
|
void |
setS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
String |
toString()
Returns a string representation of this object.
|
OEMEphemeris |
withOemData(String oemData)
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
|
OEMEphemeris |
withS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
public void setOemData(String oemData)
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
oemData - The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.public String getOemData()
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
public OEMEphemeris withOemData(String oemData)
The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.
oemData - The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.public void setS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
s3Object - Identifies the S3 object to be used as the ephemeris.public S3Object getS3Object()
Identifies the S3 object to be used as the ephemeris.
public OEMEphemeris withS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
s3Object - Identifies the S3 object to be used as the ephemeris.public String toString()
toString in class ObjectObject.toString()public OEMEphemeris clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.