7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ElasticBeanstalk
50 template<
typename ApplicationNameT = Aws::String>
51 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
52 template<
typename ApplicationNameT = Aws::String>
64 template<
typename VersionLabelT = Aws::String>
65 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
66 template<
typename VersionLabelT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
84 bool m_applicationNameHasBeenSet =
false;
87 bool m_versionLabelHasBeenSet =
false;
90 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