Class Coordinates
- java.lang.Object
-
- software.amazon.awssdk.services.route53.model.Coordinates
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Coordinates.Builder,Coordinates>
@Generated("software.amazon.awssdk:codegen") public final class Coordinates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Coordinates.Builder,Coordinates>
A complex type that lists the coordinates for a geoproximity resource record.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCoordinates.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Coordinates.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlatitude()Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).Stringlongitude()Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Coordinates.Builder>serializableBuilderClass()Coordinates.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
latitude
public final String latitude()
Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).
- Returns:
- Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).
-
longitude
public final String longitude()
Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).
- Returns:
- Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).
-
toBuilder
public Coordinates.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Coordinates.Builder,Coordinates>
-
builder
public static Coordinates.Builder builder()
-
serializableBuilderClass
public static Class<? extends Coordinates.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-