ToCopyableBuilder<GetGeoLocationResponse.Builder,GetGeoLocationResponse>
@Generated("software.amazon.awssdk:codegen") public class GetGeoLocationResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetGeoLocationResponse.Builder,GetGeoLocationResponse>
A complex type that contains the response information for the specified geolocation code.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetGeoLocationResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetGeoLocationResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
GeoLocationDetails |
geoLocationDetails() |
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
int |
hashCode() |
|
static Class<? extends GetGeoLocationResponse.Builder> |
serializableBuilderClass() |
|
GetGeoLocationResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetGeoLocationResponse.Builder,GetGeoLocationResponse>
public static GetGeoLocationResponse.Builder builder()
public static Class<? extends GetGeoLocationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.