7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/evidently/model/ProjectAppConfigResourceConfig.h>
10#include <aws/evidently/model/ProjectDataDeliveryConfig.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17namespace CloudWatchEvidently
55 template<
typename AppConfigResourceT = ProjectAppConfigResourceConfig>
56 void SetAppConfigResource(AppConfigResourceT&& value) { m_appConfigResourceHasBeenSet =
true; m_appConfigResource = std::forward<AppConfigResourceT>(value); }
57 template<
typename AppConfigResourceT = ProjectAppConfigResourceConfig>
70 template<
typename DataDeliveryT = ProjectDataDeliveryConfig>
71 void SetDataDelivery(DataDeliveryT&& value) { m_dataDeliveryHasBeenSet =
true; m_dataDelivery = std::forward<DataDeliveryT>(value); }
72 template<
typename DataDeliveryT = ProjectDataDeliveryConfig>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
114 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
116 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
120 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
126 bool m_appConfigResourceHasBeenSet =
false;
129 bool m_dataDeliveryHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
138 bool m_tagsHasBeenSet =
false;
CreateProjectRequest & WithAppConfigResource(AppConfigResourceT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
CreateProjectRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateProjectRequest & WithDescription(DescriptionT &&value)
const ProjectAppConfigResourceConfig & GetAppConfigResource() const
CreateProjectRequest & WithName(NameT &&value)
bool AppConfigResourceHasBeenSet() const
const ProjectDataDeliveryConfig & GetDataDelivery() const
void SetAppConfigResource(AppConfigResourceT &&value)
void SetDataDelivery(DataDeliveryT &&value)
bool NameHasBeenSet() const
AWS_CLOUDWATCHEVIDENTLY_API CreateProjectRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
CreateProjectRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
bool DataDeliveryHasBeenSet() const
void SetName(NameT &&value)
CreateProjectRequest & WithDataDelivery(DataDeliveryT &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String