7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/Personalize_EXPORTS.h>
19namespace Personalize {
50 template <
typename DataLocationT = Aws::String>
52 m_dataLocationHasBeenSet =
true;
53 m_dataLocation = std::forward<DataLocationT>(value);
55 template <
typename DataLocationT = Aws::String>
63 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