7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/QAppsRequest.h>
10#include <aws/qapps/QApps_EXPORTS.h>
11#include <aws/qapps/model/AppDefinitionInput.h>
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
60 template <
typename TitleT = Aws::String>
62 m_titleHasBeenSet =
true;
63 m_title = std::forward<TitleT>(value);
65 template <
typename TitleT = Aws::String>
67 SetTitle(std::forward<TitleT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename AppDefinitionT = AppDefinitionInput>
98 m_appDefinitionHasBeenSet =
true;
99 m_appDefinition = std::forward<AppDefinitionT>(value);
101 template <
typename AppDefinitionT = AppDefinitionInput>
114 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
116 m_tagsHasBeenSet =
true;
117 m_tags = std::forward<TagsT>(value);
119 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 SetTags(std::forward<TagsT>(value));
124 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
126 m_tagsHasBeenSet =
true;
127 m_tags.emplace(std::forward<TagsKeyT>(
key), std::forward<TagsValueT>(value));
141 bool m_instanceIdHasBeenSet =
false;
142 bool m_titleHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
144 bool m_appDefinitionHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
CreateQAppRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool AppDefinitionHasBeenSet() const
void SetTags(TagsT &&value)
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
CreateQAppRequest & WithTitle(TitleT &&value)
AWS_QAPPS_API CreateQAppRequest()=default
AWS_QAPPS_API Aws::String SerializePayload() const override
CreateQAppRequest & WithAppDefinition(AppDefinitionT &&value)
CreateQAppRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool TitleHasBeenSet() const
CreateQAppRequest & WithInstanceId(InstanceIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const AppDefinitionInput & GetAppDefinition() const
const Aws::String & GetInstanceId() const
CreateQAppRequest & WithTags(TagsT &&value)
void SetTitle(TitleT &&value)
void SetInstanceId(InstanceIdT &&value)
bool TagsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetTitle() const
const Aws::String & GetDescription() const
bool InstanceIdHasBeenSet() const
void SetAppDefinition(AppDefinitionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
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