7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/DataSetReference.h>
63 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
64 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
72 bool m_dataSetReferencesHasBeenSet =
false;
75 bool m_arnHasBeenSet =
false;
DashboardSourceTemplate & WithArn(const Aws::String &value)
bool DataSetReferencesHasBeenSet() const
void SetDataSetReferences(const Aws::Vector< DataSetReference > &value)
DashboardSourceTemplate & AddDataSetReferences(DataSetReference &&value)
void SetArn(const Aws::String &value)
const Aws::String & GetArn() const
DashboardSourceTemplate & WithDataSetReferences(const Aws::Vector< DataSetReference > &value)
DashboardSourceTemplate & WithArn(Aws::String &&value)
DashboardSourceTemplate & WithArn(const char *value)
void SetArn(Aws::String &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API DashboardSourceTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
DashboardSourceTemplate & AddDataSetReferences(const DataSetReference &value)
DashboardSourceTemplate & WithDataSetReferences(Aws::Vector< DataSetReference > &&value)
const Aws::Vector< DataSetReference > & GetDataSetReferences() const
void SetDataSetReferences(Aws::Vector< DataSetReference > &&value)
void SetArn(const char *value)
AWS_QUICKSIGHT_API DashboardSourceTemplate(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API DashboardSourceTemplate()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue