/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the geofence collection details.See Also:
AWS
* API Reference
The name of the geofence collection.
*/ inline const Aws::String& GetCollectionName() const{ return m_collectionName; } /** *The name of the geofence collection.
*/ inline bool CollectionNameHasBeenSet() const { return m_collectionNameHasBeenSet; } /** *The name of the geofence collection.
*/ inline void SetCollectionName(const Aws::String& value) { m_collectionNameHasBeenSet = true; m_collectionName = value; } /** *The name of the geofence collection.
*/ inline void SetCollectionName(Aws::String&& value) { m_collectionNameHasBeenSet = true; m_collectionName = std::move(value); } /** *The name of the geofence collection.
*/ inline void SetCollectionName(const char* value) { m_collectionNameHasBeenSet = true; m_collectionName.assign(value); } /** *The name of the geofence collection.
*/ inline ListGeofenceCollectionsResponseEntry& WithCollectionName(const Aws::String& value) { SetCollectionName(value); return *this;} /** *The name of the geofence collection.
*/ inline ListGeofenceCollectionsResponseEntry& WithCollectionName(Aws::String&& value) { SetCollectionName(std::move(value)); return *this;} /** *The name of the geofence collection.
*/ inline ListGeofenceCollectionsResponseEntry& WithCollectionName(const char* value) { SetCollectionName(value); return *this;} /** *The timestamp for when the geofence collection was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The timestamp for when the geofence collection was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
The description for the geofence collection
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description for the geofence collection
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description for the geofence collection
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description for the geofence collection
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description for the geofence collection
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description for the geofence collection
*/ inline ListGeofenceCollectionsResponseEntry& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description for the geofence collection
*/ inline ListGeofenceCollectionsResponseEntry& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description for the geofence collection
*/ inline ListGeofenceCollectionsResponseEntry& WithDescription(const char* value) { SetDescription(value); return *this;} /** *Specifies a timestamp for when the resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
Specifies a timestamp for when the resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
Specifies a timestamp for when the resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
Specifies a timestamp for when the resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
Specifies a timestamp for when the resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
Specifies a timestamp for when the resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ