22 namespace ElasticBeanstalk
54 inline void SetApplicationName(
const char* value) { m_applicationNameHasBeenSet =
true; m_applicationName.assign(value); }
89 inline void SetVersionLabel(
const char* value) { m_versionLabelHasBeenSet =
true; m_versionLabel.assign(value); }
122 inline void SetDeleteSourceBundle(
bool value) { m_deleteSourceBundleHasBeenSet =
true; m_deleteSourceBundle = value; }
135 bool m_applicationNameHasBeenSet;
137 bool m_versionLabelHasBeenSet;
138 bool m_deleteSourceBundle;
139 bool m_deleteSourceBundleHasBeenSet;
void SetApplicationName(const Aws::String &value)
void SetApplicationName(const char *value)
DeleteApplicationVersionRequest & WithVersionLabel(const char *value)
#define AWS_ELASTICBEANSTALK_API
DeleteApplicationVersionRequest & WithApplicationName(Aws::String &&value)
const Aws::String & GetApplicationName() const
void SetVersionLabel(const char *value)
void SetVersionLabel(const Aws::String &value)
void SetApplicationName(Aws::String &&value)
DeleteApplicationVersionRequest & WithApplicationName(const Aws::String &value)
DeleteApplicationVersionRequest & WithVersionLabel(const Aws::String &value)
const Aws::String & GetVersionLabel() const
DeleteApplicationVersionRequest & WithDeleteSourceBundle(bool value)
void SetVersionLabel(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DeleteApplicationVersionRequest & WithApplicationName(const char *value)
bool GetDeleteSourceBundle() const
void SetDeleteSourceBundle(bool value)
JSON (JavaScript Object Notation).
DeleteApplicationVersionRequest & WithVersionLabel(Aws::String &&value)