Interface CfnSegmentPropsMixin.CoordinatesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentPropsMixin.CoordinatesProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentPropsMixin
@Stability(Stable)
public static interface CfnSegmentPropsMixin.CoordinatesProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the GPS coordinates of a location.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.pinpoint.*;
CoordinatesProperty coordinatesProperty = CoordinatesProperty.builder()
.latitude(123)
.longitude(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentPropsMixin.CoordinatesPropertystatic final classAn implementation forCfnSegmentPropsMixin.CoordinatesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLatitude
The latitude coordinate of the location.- See Also:
-
getLongitude
The longitude coordinate of the location.- See Also:
-
builder
-