7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ApplicationIdT = Aws::String>
42 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
43 template<
typename ApplicationIdT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
73 bool m_applicationIdHasBeenSet =
false;
76 bool m_nameHasBeenSet =
false;
79 bool m_descriptionHasBeenSet =
false;
UpdateApplicationRequest & WithName(NameT &&value)
AWS_APPCONFIG_API UpdateApplicationRequest()=default
bool ApplicationIdHasBeenSet() const
const Aws::String & GetName() const
void SetApplicationId(ApplicationIdT &&value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
UpdateApplicationRequest & WithDescription(DescriptionT &&value)
UpdateApplicationRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetApplicationId() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String