@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Elevation extends Object implements Serializable, Cloneable, StructuredPojo
Elevation angle of the satellite in the sky during a contact.
| Constructor and Description |
|---|
Elevation() |
| Modifier and Type | Method and Description |
|---|---|
Elevation |
clone() |
boolean |
equals(Object obj) |
String |
getUnit()
Elevation angle units.
|
Double |
getValue()
Elevation angle value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUnit(String unit)
Elevation angle units.
|
void |
setValue(Double value)
Elevation angle value.
|
String |
toString()
Returns a string representation of this object.
|
Elevation |
withUnit(AngleUnits unit)
Elevation angle units.
|
Elevation |
withUnit(String unit)
Elevation angle units.
|
Elevation |
withValue(Double value)
Elevation angle value.
|
public void setUnit(String unit)
Elevation angle units.
unit - Elevation angle units.AngleUnitspublic String getUnit()
Elevation angle units.
AngleUnitspublic Elevation withUnit(String unit)
Elevation angle units.
unit - Elevation angle units.AngleUnitspublic Elevation withUnit(AngleUnits unit)
Elevation angle units.
unit - Elevation angle units.AngleUnitspublic void setValue(Double value)
Elevation angle value.
value - Elevation angle value.public Double getValue()
Elevation angle value.
public Elevation withValue(Double value)
Elevation angle value.
value - Elevation angle value.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.