7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename DataLocationT = Aws::String>
57 void SetDataLocation(DataLocationT&& value) { m_dataLocationHasBeenSet =
true; m_dataLocation = std::forward<DataLocationT>(value); }
58 template<
typename DataLocationT = Aws::String>
64 bool m_dataLocationHasBeenSet =
false;
void SetDataLocation(DataLocationT &&value)
bool DataLocationHasBeenSet() const
AWS_PERSONALIZE_API DataSource()=default
AWS_PERSONALIZE_API DataSource(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API DataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
DataSource & WithDataLocation(DataLocationT &&value)
const Aws::String & GetDataLocation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue