7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename ApplicationIdT = Aws::String>
39 m_applicationIdHasBeenSet =
true;
40 m_applicationId = std::forward<ApplicationIdT>(value);
42 template <
typename ApplicationIdT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
90 bool m_applicationIdHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
92 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