7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/DatasetContentDeliveryDestination.h>
50 inline void SetEntryName(
const char* value) { m_entryNameHasBeenSet =
true; m_entryName.assign(value); }
70 bool m_entryNameHasBeenSet =
false;
73 bool m_destinationHasBeenSet =
false;
void SetEntryName(const Aws::String &value)
bool EntryNameHasBeenSet() const
DatasetContentDeliveryRule & WithDestination(const DatasetContentDeliveryDestination &value)
AWS_IOTANALYTICS_API DatasetContentDeliveryRule()
void SetDestination(const DatasetContentDeliveryDestination &value)
DatasetContentDeliveryRule & WithEntryName(const Aws::String &value)
AWS_IOTANALYTICS_API DatasetContentDeliveryRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API DatasetContentDeliveryRule(Aws::Utils::Json::JsonView jsonValue)
DatasetContentDeliveryRule & WithEntryName(const char *value)
bool DestinationHasBeenSet() const
void SetEntryName(const char *value)
void SetDestination(DatasetContentDeliveryDestination &&value)
DatasetContentDeliveryRule & WithEntryName(Aws::String &&value)
void SetEntryName(Aws::String &&value)
DatasetContentDeliveryRule & WithDestination(DatasetContentDeliveryDestination &&value)
const DatasetContentDeliveryDestination & GetDestination() const
const Aws::String & GetEntryName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue