@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)
Marshalls this structured data using the given
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.
|
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 Object
Object.toString()
public GPSPointDimension clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.