7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker-geospatial/model/Geometry.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/sagemaker-geospatial/model/Properties.h>
13#include <aws/sagemaker-geospatial/model/AssetValue.h>
26namespace SageMakerGeospatial
84 inline void SetGeometry(
Geometry&& value) { m_geometryHasBeenSet =
true; m_geometry = std::move(value); }
96 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
97 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
117 bool m_assetsHasBeenSet =
false;
120 bool m_dateTimeHasBeenSet =
false;
123 bool m_geometryHasBeenSet =
false;
126 bool m_idHasBeenSet =
false;
129 bool m_propertiesHasBeenSet =
false;
ItemSource & WithGeometry(Geometry &&value)
ItemSource & WithId(const char *value)
void SetGeometry(Geometry &&value)
void SetDateTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKERGEOSPATIAL_API ItemSource(Aws::Utils::Json::JsonView jsonValue)
bool AssetsHasBeenSet() const
bool GeometryHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetDateTime() const
void SetId(const Aws::String &value)
ItemSource & AddAssets(const char *key, AssetValue &&value)
ItemSource & AddAssets(Aws::String &&key, const AssetValue &value)
void SetAssets(Aws::Map< Aws::String, AssetValue > &&value)
ItemSource & AddAssets(const Aws::String &key, const AssetValue &value)
bool IdHasBeenSet() const
ItemSource & WithId(const Aws::String &value)
ItemSource & WithDateTime(const Aws::Utils::DateTime &value)
ItemSource & WithProperties(const Properties &value)
void SetProperties(Properties &&value)
const Aws::Map< Aws::String, AssetValue > & GetAssets() const
bool PropertiesHasBeenSet() const
void SetGeometry(const Geometry &value)
AWS_SAGEMAKERGEOSPATIAL_API ItemSource()
void SetId(const char *value)
void SetId(Aws::String &&value)
const Properties & GetProperties() const
void SetDateTime(const Aws::Utils::DateTime &value)
void SetAssets(const Aws::Map< Aws::String, AssetValue > &value)
ItemSource & AddAssets(const Aws::String &key, AssetValue &&value)
const Aws::String & GetId() const
ItemSource & WithAssets(Aws::Map< Aws::String, AssetValue > &&value)
ItemSource & WithGeometry(const Geometry &value)
ItemSource & AddAssets(Aws::String &&key, AssetValue &&value)
ItemSource & WithDateTime(Aws::Utils::DateTime &&value)
ItemSource & WithAssets(const Aws::Map< Aws::String, AssetValue > &value)
ItemSource & WithId(Aws::String &&value)
AWS_SAGEMAKERGEOSPATIAL_API ItemSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Geometry & GetGeometry() const
ItemSource & WithProperties(Properties &&value)
bool DateTimeHasBeenSet() const
ItemSource & AddAssets(const char *key, const AssetValue &value)
void SetProperties(const Properties &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue