7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EntryNameT = Aws::String>
47 void SetEntryName(EntryNameT&& value) { m_entryNameHasBeenSet =
true; m_entryName = std::forward<EntryNameT>(value); }
48 template<
typename EntryNameT = Aws::String>
58 template<
typename DataURIT = Aws::String>
59 void SetDataURI(DataURIT&& value) { m_dataURIHasBeenSet =
true; m_dataURI = std::forward<DataURIT>(value); }
60 template<
typename DataURIT = Aws::String>
66 bool m_entryNameHasBeenSet =
false;
69 bool m_dataURIHasBeenSet =
false;
AWS_IOTANALYTICS_API DatasetEntry()=default
bool EntryNameHasBeenSet() const
const Aws::String & GetEntryName() const
void SetEntryName(EntryNameT &&value)
DatasetEntry & WithDataURI(DataURIT &&value)
bool DataURIHasBeenSet() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDataURI() const
void SetDataURI(DataURIT &&value)
DatasetEntry & WithEntryName(EntryNameT &&value)
AWS_IOTANALYTICS_API DatasetEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API DatasetEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue