7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/SourceBuildInformation.h>
11#include <aws/elasticbeanstalk/model/S3Location.h>
12#include <aws/elasticbeanstalk/model/BuildConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/elasticbeanstalk/model/Tag.h>
19namespace ElasticBeanstalk
55 template<
typename ApplicationNameT = Aws::String>
56 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
57 template<
typename ApplicationNameT = Aws::String>
70 template<
typename VersionLabelT = Aws::String>
71 void SetVersionLabel(VersionLabelT&& value) { m_versionLabelHasBeenSet =
true; m_versionLabel = std::forward<VersionLabelT>(value); }
72 template<
typename VersionLabelT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
95 template<
typename SourceBuildInformationT = SourceBuildInformation>
96 void SetSourceBuildInformation(SourceBuildInformationT&& value) { m_sourceBuildInformationHasBeenSet =
true; m_sourceBuildInformation = std::forward<SourceBuildInformationT>(value); }
97 template<
typename SourceBuildInformationT = SourceBuildInformation>
113 template<
typename SourceBundleT = S3Location>
114 void SetSourceBundle(SourceBundleT&& value) { m_sourceBundleHasBeenSet =
true; m_sourceBundle = std::forward<SourceBundleT>(value); }
115 template<
typename SourceBundleT = S3Location>
125 template<
typename BuildConfigurationT = BuildConfiguration>
126 void SetBuildConfiguration(BuildConfigurationT&& value) { m_buildConfigurationHasBeenSet =
true; m_buildConfiguration = std::forward<BuildConfigurationT>(value); }
127 template<
typename BuildConfigurationT = BuildConfiguration>
157 inline void SetProcess(
bool value) { m_processHasBeenSet =
true; m_process = value; }
169 template<
typename TagsT = Aws::Vector<Tag>>
170 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
171 template<
typename TagsT = Aws::Vector<Tag>>
173 template<
typename TagsT = Tag>
179 bool m_applicationNameHasBeenSet =
false;
182 bool m_versionLabelHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
188 bool m_sourceBuildInformationHasBeenSet =
false;
191 bool m_sourceBundleHasBeenSet =
false;
194 bool m_buildConfigurationHasBeenSet =
false;
196 bool m_autoCreateApplication{
false};
197 bool m_autoCreateApplicationHasBeenSet =
false;
199 bool m_process{
false};
200 bool m_processHasBeenSet =
false;
203 bool m_tagsHasBeenSet =
false;
void SetVersionLabel(VersionLabelT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetSourceBuildInformation(SourceBuildInformationT &&value)
bool VersionLabelHasBeenSet() const
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
CreateApplicationVersionRequest & WithSourceBuildInformation(SourceBuildInformationT &&value)
bool AutoCreateApplicationHasBeenSet() const
bool BuildConfigurationHasBeenSet() const
CreateApplicationVersionRequest & WithBuildConfiguration(BuildConfigurationT &&value)
void SetApplicationName(ApplicationNameT &&value)
bool DescriptionHasBeenSet() const
CreateApplicationVersionRequest & WithProcess(bool value)
const SourceBuildInformation & GetSourceBuildInformation() const
const BuildConfiguration & GetBuildConfiguration() const
void SetAutoCreateApplication(bool value)
bool SourceBuildInformationHasBeenSet() const
void SetSourceBundle(SourceBundleT &&value)
CreateApplicationVersionRequest & WithDescription(DescriptionT &&value)
bool ApplicationNameHasBeenSet() const
const S3Location & GetSourceBundle() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateApplicationVersionRequest & WithSourceBundle(SourceBundleT &&value)
const Aws::String & GetApplicationName() const
bool SourceBundleHasBeenSet() const
void SetProcess(bool value)
CreateApplicationVersionRequest & WithAutoCreateApplication(bool value)
bool ProcessHasBeenSet() const
CreateApplicationVersionRequest & WithTags(TagsT &&value)
AWS_ELASTICBEANSTALK_API CreateApplicationVersionRequest()=default
bool GetAutoCreateApplication() const
const Aws::String & GetVersionLabel() const
CreateApplicationVersionRequest & WithApplicationName(ApplicationNameT &&value)
CreateApplicationVersionRequest & WithVersionLabel(VersionLabelT &&value)
void SetBuildConfiguration(BuildConfigurationT &&value)
bool TagsHasBeenSet() const
CreateApplicationVersionRequest & AddTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector