7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/qapps/QApps_EXPORTS.h>
10#include <aws/qapps/model/AppDefinitionInput.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename AppIdT = Aws::String>
61 m_appIdHasBeenSet =
true;
62 m_appId = std::forward<AppIdT>(value);
64 template <
typename AppIdT = Aws::String>
66 SetAppId(std::forward<AppIdT>(value));
77 template <
typename TitleT = Aws::String>
79 m_titleHasBeenSet =
true;
80 m_title = std::forward<TitleT>(value);
82 template <
typename TitleT = Aws::String>
84 SetTitle(std::forward<TitleT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename AppDefinitionT = AppDefinitionInput>
115 m_appDefinitionHasBeenSet =
true;
116 m_appDefinition = std::forward<AppDefinitionT>(value);
118 template <
typename AppDefinitionT = AppDefinitionInput>
134 bool m_instanceIdHasBeenSet =
false;
135 bool m_appIdHasBeenSet =
false;
136 bool m_titleHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
138 bool m_appDefinitionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
const Aws::String & GetAppId() const
bool DescriptionHasBeenSet() const
const Aws::String & GetTitle() const
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AppIdHasBeenSet() const
UpdateQAppRequest & WithInstanceId(InstanceIdT &&value)
void SetTitle(TitleT &&value)
void SetInstanceId(InstanceIdT &&value)
void SetAppId(AppIdT &&value)
UpdateQAppRequest & WithAppDefinition(AppDefinitionT &&value)
UpdateQAppRequest & WithDescription(DescriptionT &&value)
const AppDefinitionInput & GetAppDefinition() const
bool AppDefinitionHasBeenSet() const
AWS_QAPPS_API UpdateQAppRequest()=default
const Aws::String & GetInstanceId() const
UpdateQAppRequest & WithAppId(AppIdT &&value)
AWS_QAPPS_API Aws::String SerializePayload() const override
bool InstanceIdHasBeenSet() const
const Aws::String & GetDescription() const
bool TitleHasBeenSet() const
UpdateQAppRequest & WithTitle(TitleT &&value)
void SetAppDefinition(AppDefinitionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String