@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGeoLocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the specified geolocation code.
Constructor and Description |
---|
GetGeoLocationResult() |
Modifier and Type | Method and Description |
---|---|
GetGeoLocationResult |
clone() |
boolean |
equals(Object obj) |
GeoLocationDetails |
getGeoLocationDetails()
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
int |
hashCode() |
void |
setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetGeoLocationResult |
withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
geoLocationDetails
- A complex type that contains the codes and full continent, country, and subdivision names for the
specified geolocation code.public GeoLocationDetails getGeoLocationDetails()
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
public GetGeoLocationResult withGeoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
geoLocationDetails
- A complex type that contains the codes and full continent, country, and subdivision names for the
specified geolocation code.public String toString()
toString
in class Object
Object.toString()
public GetGeoLocationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.