7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/DataSource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ChannelNameT = Aws::String>
44 m_channelNameHasBeenSet =
true;
45 m_channelName = std::forward<ChannelNameT>(value);
47 template <
typename ChannelNameT = Aws::String>
60 template <
typename ContentTypeT = Aws::String>
62 m_contentTypeHasBeenSet =
true;
63 m_contentType = std::forward<ContentTypeT>(value);
65 template <
typename ContentTypeT = Aws::String>
78 template <
typename DataSourceT = DataSource>
80 m_dataSourceHasBeenSet =
true;
81 m_dataSource = std::forward<DataSourceT>(value);
83 template <
typename DataSourceT = DataSource>
95 bool m_channelNameHasBeenSet =
false;
96 bool m_contentTypeHasBeenSet =
false;
97 bool m_dataSourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue