7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
14namespace ElasticBeanstalk {
44 template <
typename ApplicationNameT = Aws::String>
46 m_applicationNameHasBeenSet =
true;
47 m_applicationName = std::forward<ApplicationNameT>(value);
49 template <
typename ApplicationNameT = Aws::String>
62 template <
typename VersionLabelT = Aws::String>
64 m_versionLabelHasBeenSet =
true;
65 m_versionLabel = std::forward<VersionLabelT>(value);
67 template <
typename VersionLabelT = Aws::String>
83 m_deleteSourceBundleHasBeenSet =
true;
84 m_deleteSourceBundle = value;
96 bool m_deleteSourceBundle{
false};
97 bool m_applicationNameHasBeenSet =
false;
98 bool m_versionLabelHasBeenSet =
false;
99 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