@Generated(value="software.amazon.awssdk:codegen") public final class GetGeoLocationResponse extends Route53Response implements ToCopyableBuilder<GetGeoLocationResponse.Builder,GetGeoLocationResponse>
A complex type that contains the response information for the specified geolocation code.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetGeoLocationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetGeoLocationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GeoLocationDetails |
geoLocationDetails()
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetGeoLocationResponse.Builder> |
serializableBuilderClass() |
GetGeoLocationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GeoLocationDetails geoLocationDetails()
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
public GetGeoLocationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetGeoLocationResponse.Builder,GetGeoLocationResponse>toBuilder in class AwsResponsepublic static GetGeoLocationResponse.Builder builder()
public static Class<? extends GetGeoLocationResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.