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>
48 template<
typename DataSetReferencesT = Aws::Vector<DataSetReference>>
49 void SetDataSetReferences(DataSetReferencesT&& value) { m_dataSetReferencesHasBeenSet =
true; m_dataSetReferences = std::forward<DataSetReferencesT>(value); }
50 template<
typename DataSetReferencesT = Aws::Vector<DataSetReference>>
52 template<
typename DataSetReferencesT = DataSetReference>
62 template<
typename ArnT = Aws::String>
63 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
64 template<
typename ArnT = Aws::String>
70 bool m_dataSetReferencesHasBeenSet =
false;
73 bool m_arnHasBeenSet =
false;
DashboardSourceTemplate & WithDataSetReferences(DataSetReferencesT &&value)
bool DataSetReferencesHasBeenSet() const
const Aws::String & GetArn() const
void SetDataSetReferences(DataSetReferencesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DashboardSourceTemplate()=default
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API DashboardSourceTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
DashboardSourceTemplate & WithArn(ArnT &&value)
DashboardSourceTemplate & AddDataSetReferences(DataSetReferencesT &&value)
const Aws::Vector< DataSetReference > & GetDataSetReferences() const
AWS_QUICKSIGHT_API DashboardSourceTemplate(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue