7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
14namespace ElasticBeanstalk {
46 template <
typename ApplicationNameT = Aws::String>
48 m_applicationNameHasBeenSet =
true;
49 m_applicationName = std::forward<ApplicationNameT>(value);
51 template <
typename ApplicationNameT = Aws::String>
66 template <
typename VersionLabelT = Aws::String>
68 m_versionLabelHasBeenSet =
true;
69 m_versionLabel = std::forward<VersionLabelT>(value);
71 template <
typename VersionLabelT = Aws::String>
84 template <
typename DescriptionT = Aws::String>
86 m_descriptionHasBeenSet =
true;
87 m_description = std::forward<DescriptionT>(value);
89 template <
typename DescriptionT = Aws::String>
101 bool m_applicationNameHasBeenSet =
false;
102 bool m_versionLabelHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
bool VersionLabelHasBeenSet() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
void SetApplicationName(ApplicationNameT &&value)
void SetVersionLabel(VersionLabelT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
const Aws::String & GetVersionLabel() const
UpdateApplicationVersionRequest & WithApplicationName(ApplicationNameT &&value)
UpdateApplicationVersionRequest & WithDescription(DescriptionT &&value)
bool ApplicationNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API UpdateApplicationVersionRequest()=default
const Aws::String & GetApplicationName() const
UpdateApplicationVersionRequest & WithVersionLabel(VersionLabelT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String