@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.AngleUnits
public String getUnit()
Elevation angle units.
AngleUnits
public Elevation withUnit(String unit)
Elevation angle units.
unit
- Elevation angle units.AngleUnits
public Elevation withUnit(AngleUnits unit)
Elevation angle units.
unit
- Elevation angle units.AngleUnits
public 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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.