@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GPSPointDimension extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
GPSPointDimension() |
| Modifier and Type | Method and Description |
|---|---|
GPSPointDimension |
clone() |
boolean |
equals(Object obj) |
GPSCoordinates |
getCoordinates()
Coordinate to measure distance from.
|
Double |
getRangeInKilometers()
Range in kilometers from the coordinate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCoordinates(GPSCoordinates coordinates)
Coordinate to measure distance from.
|
void |
setRangeInKilometers(Double rangeInKilometers)
Range in kilometers from the coordinate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GPSPointDimension |
withCoordinates(GPSCoordinates coordinates)
Coordinate to measure distance from.
|
GPSPointDimension |
withRangeInKilometers(Double rangeInKilometers)
Range in kilometers from the coordinate.
|
public void setCoordinates(GPSCoordinates coordinates)
coordinates - Coordinate to measure distance from.public GPSCoordinates getCoordinates()
public GPSPointDimension withCoordinates(GPSCoordinates coordinates)
coordinates - Coordinate to measure distance from.public void setRangeInKilometers(Double rangeInKilometers)
rangeInKilometers - Range in kilometers from the coordinate.public Double getRangeInKilometers()
public GPSPointDimension withRangeInKilometers(Double rangeInKilometers)
rangeInKilometers - Range in kilometers from the coordinate.public String toString()
toString in class ObjectObject.toString()public GPSPointDimension clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.