@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEphemerisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateEphemerisResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEphemerisResult | clone() | 
| boolean | equals(Object obj) | 
| String | getEphemerisId()
 The AWS Ground Station ephemeris ID. | 
| int | hashCode() | 
| void | setEphemerisId(String ephemerisId)
 The AWS Ground Station ephemeris ID. | 
| String | toString()Returns a string representation of this object. | 
| UpdateEphemerisResult | withEphemerisId(String ephemerisId)
 The AWS Ground Station ephemeris ID. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
ephemerisId - The AWS Ground Station ephemeris ID.public String getEphemerisId()
The AWS Ground Station ephemeris ID.
public UpdateEphemerisResult withEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
ephemerisId - The AWS Ground Station ephemeris ID.public String toString()
toString in class ObjectObject.toString()public UpdateEphemerisResult clone()