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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Coordinates.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringlatitude()Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).final StringSpecifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).static Class<? extends Coordinates.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<Coordinates.Builder,Coordinates>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-