7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qapps/model/AppDefinitionInput.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
46 template<
typename InstanceIdT = Aws::String>
48 template<
typename InstanceIdT = Aws::String>
58 template<
typename TitleT = Aws::String>
59 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
60 template<
typename TitleT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
82 template<
typename AppDefinitionT = AppDefinitionInput>
84 template<
typename AppDefinitionT = AppDefinitionInput>
94 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
95 void SetTags(
TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
96 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
100 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(
key), std::forward<TagsValueT>(value));
return *
this;
106 bool m_instanceIdHasBeenSet =
false;
109 bool m_titleHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
115 bool m_appDefinitionHasBeenSet =
false;
118 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