7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ElasticBeanstalk
48 template<
typename ApplicationNameT = Aws::String>
49 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
50 template<
typename ApplicationNameT = Aws::String>
60 template<
typename VersionLabelT = Aws::String>
61 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
62 template<
typename VersionLabelT = Aws::String>
74 inline void SetDeleteSourceBundle(
bool value) { m_deleteSourceBundleHasBeenSet =
true; m_deleteSourceBundle = value; }
80 bool m_applicationNameHasBeenSet =
false;
83 bool m_versionLabelHasBeenSet =
false;
85 bool m_deleteSourceBundle{
false};
86 bool m_deleteSourceBundleHasBeenSet =
false;
DeleteApplicationVersionRequest & WithApplicationName(ApplicationNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICBEANSTALK_API DeleteApplicationVersionRequest()=default
const Aws::String & GetApplicationName() const
const Aws::String & GetVersionLabel() const
void SetDeleteSourceBundle(bool value)
DeleteApplicationVersionRequest & WithDeleteSourceBundle(bool value)
void SetApplicationName(ApplicationNameT &&value)
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
DeleteApplicationVersionRequest & WithVersionLabel(VersionLabelT &&value)
bool GetDeleteSourceBundle() const
void SetVersionLabel(VersionLabelT &&value)
bool DeleteSourceBundleHasBeenSet() const
bool ApplicationNameHasBeenSet() const
bool VersionLabelHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String