@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpGeoLocation extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
IpGeoLocation() |
Modifier and Type | Method and Description |
---|---|
IpGeoLocation |
clone() |
boolean |
equals(Object obj) |
Double |
getLat()
Reserved for future use.
|
Double |
getLon()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLat(Double lat)
Reserved for future use.
|
void |
setLon(Double lon)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
IpGeoLocation |
withLat(Double lat)
Reserved for future use.
|
IpGeoLocation |
withLon(Double lon)
Reserved for future use.
|
public void setLat(Double lat)
Reserved for future use.
lat
- Reserved for future use.public Double getLat()
Reserved for future use.
public IpGeoLocation withLat(Double lat)
Reserved for future use.
lat
- Reserved for future use.public void setLon(Double lon)
Reserved for future use.
lon
- Reserved for future use.public Double getLon()
Reserved for future use.
public IpGeoLocation withLon(Double lon)
Reserved for future use.
lon
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public IpGeoLocation 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.