@Generated(value="software.amazon.awssdk:codegen") public final class EndpointLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointLocation.Builder,EndpointLocation>
Modifier and Type | Class and Description |
---|---|
static interface |
EndpointLocation.Builder |
Modifier and Type | Method and Description |
---|---|
static EndpointLocation.Builder |
builder() |
String |
city()
The city where the endpoint is located.
|
String |
country()
The two-letter code for the country or region of the endpoint.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
latitude()
The latitude of the endpoint location, rounded to one decimal place.
|
Double |
longitude()
The longitude of the endpoint location, rounded to one decimal place.
|
String |
postalCode()
The postal code or zip code of the endpoint.
|
String |
region()
The region of the endpoint location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointLocation.Builder> |
serializableBuilderClass() |
EndpointLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String city()
public String country()
public Double latitude()
public Double longitude()
public String postalCode()
public String region()
public EndpointLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EndpointLocation.Builder,EndpointLocation>
public static EndpointLocation.Builder builder()
public static Class<? extends EndpointLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.