/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains a list of geofences stored in a given geofence
* collection.See Also:
AWS
* API Reference
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was stored in a geofence collection in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The geofence identifier.
*/ inline const Aws::String& GetGeofenceId() const{ return m_geofenceId; } /** *The geofence identifier.
*/ inline bool GeofenceIdHasBeenSet() const { return m_geofenceIdHasBeenSet; } /** *The geofence identifier.
*/ inline void SetGeofenceId(const Aws::String& value) { m_geofenceIdHasBeenSet = true; m_geofenceId = value; } /** *The geofence identifier.
*/ inline void SetGeofenceId(Aws::String&& value) { m_geofenceIdHasBeenSet = true; m_geofenceId = std::move(value); } /** *The geofence identifier.
*/ inline void SetGeofenceId(const char* value) { m_geofenceIdHasBeenSet = true; m_geofenceId.assign(value); } /** *The geofence identifier.
*/ inline ListGeofenceResponseEntry& WithGeofenceId(const Aws::String& value) { SetGeofenceId(value); return *this;} /** *The geofence identifier.
*/ inline ListGeofenceResponseEntry& WithGeofenceId(Aws::String&& value) { SetGeofenceId(std::move(value)); return *this;} /** *The geofence identifier.
*/ inline ListGeofenceResponseEntry& WithGeofenceId(const char* value) { SetGeofenceId(value); return *this;} /** *User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
User defined properties of the geofence. A property is a key-value pair * stored with the geofence and added to any geofence event triggered with that * geofence.
Format: "key" : "value"
Contains the geofence geometry details describing a polygon or a circle.
*/ inline const GeofenceGeometry& GetGeometry() const{ return m_geometry; } /** *Contains the geofence geometry details describing a polygon or a circle.
*/ inline bool GeometryHasBeenSet() const { return m_geometryHasBeenSet; } /** *Contains the geofence geometry details describing a polygon or a circle.
*/ inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry = value; } /** *Contains the geofence geometry details describing a polygon or a circle.
*/ inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std::move(value); } /** *Contains the geofence geometry details describing a polygon or a circle.
*/ inline ListGeofenceResponseEntry& WithGeometry(const GeofenceGeometry& value) { SetGeometry(value); return *this;} /** *Contains the geofence geometry details describing a polygon or a circle.
*/ inline ListGeofenceResponseEntry& WithGeometry(GeofenceGeometry&& value) { SetGeometry(std::move(value)); return *this;} /** *Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
Identifies the state of the geofence. A geofence will hold one of the * following states:
ACTIVE
— The geofence has been
* indexed by the system.
PENDING
— The geofence
* is being processed by the system.
FAILED
— The
* geofence failed to be indexed by the system.
* DELETED
— The geofence has been deleted from the system index.
DELETING
— The geofence is being deleted from the
* system index.
The timestamp for when the geofence was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ