7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/DatasetContentDeliveryDestination.h>
48 template<
typename EntryNameT = Aws::String>
49 void SetEntryName(EntryNameT&& value) { m_entryNameHasBeenSet =
true; m_entryName = std::forward<EntryNameT>(value); }
50 template<
typename EntryNameT = Aws::String>
60 template<
typename DestinationT = DatasetContentDeliveryDestination>
61 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
62 template<
typename DestinationT = DatasetContentDeliveryDestination>
68 bool m_entryNameHasBeenSet =
false;
71 bool m_destinationHasBeenSet =
false;
bool EntryNameHasBeenSet() const
DatasetContentDeliveryRule & WithDestination(DestinationT &&value)
void SetDestination(DestinationT &&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(EntryNameT &&value)
bool DestinationHasBeenSet() const
void SetEntryName(EntryNameT &&value)
AWS_IOTANALYTICS_API DatasetContentDeliveryRule()=default
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