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>
45 template<
typename InstanceIdT = Aws::String>
47 template<
typename InstanceIdT = Aws::String>
57 template<
typename AppIdT = Aws::String>
58 void SetAppId(
AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
59 template<
typename AppIdT = Aws::String>
69 template<
typename TitleT = Aws::String>
70 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
71 template<
typename TitleT = Aws::String>
81 template<
typename DescriptionT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
93 template<
typename AppDefinitionT = AppDefinitionInput>
95 template<
typename AppDefinitionT = AppDefinitionInput>
101 bool m_instanceIdHasBeenSet =
false;
104 bool m_appIdHasBeenSet =
false;
107 bool m_titleHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
113 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