@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) |
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 ObjectObject.toString()public IpGeoLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.