7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalkRequest.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/BuildConfiguration.h>
12#include <aws/elasticbeanstalk/model/S3Location.h>
13#include <aws/elasticbeanstalk/model/SourceBuildInformation.h>
14#include <aws/elasticbeanstalk/model/Tag.h>
19namespace ElasticBeanstalk {
51 template <
typename ApplicationNameT = Aws::String>
53 m_applicationNameHasBeenSet =
true;
54 m_applicationName = std::forward<ApplicationNameT>(value);
56 template <
typename ApplicationNameT = Aws::String>
72 template <
typename VersionLabelT = Aws::String>
74 m_versionLabelHasBeenSet =
true;
75 m_versionLabel = std::forward<VersionLabelT>(value);
77 template <
typename VersionLabelT = Aws::String>
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
109 template <
typename SourceBuildInformationT = SourceBuildInformation>
111 m_sourceBuildInformationHasBeenSet =
true;
112 m_sourceBuildInformation = std::forward<SourceBuildInformationT>(value);
114 template <
typename SourceBuildInformationT = SourceBuildInformation>
133 template <
typename SourceBundleT = S3Location>
135 m_sourceBundleHasBeenSet =
true;
136 m_sourceBundle = std::forward<SourceBundleT>(value);
138 template <
typename SourceBundleT = S3Location>
151 template <
typename BuildConfigurationT = BuildConfiguration>
153 m_buildConfigurationHasBeenSet =
true;
154 m_buildConfiguration = std::forward<BuildConfigurationT>(value);
156 template <
typename BuildConfigurationT = BuildConfiguration>
171 m_autoCreateApplicationHasBeenSet =
true;
172 m_autoCreateApplication = value;
196 m_processHasBeenSet =
true;
213 template <
typename TagsT = Aws::Vector<Tag>>
215 m_tagsHasBeenSet =
true;
216 m_tags = std::forward<TagsT>(value);
218 template <
typename TagsT = Aws::Vector<Tag>>
220 SetTags(std::forward<TagsT>(value));
223 template <
typename TagsT = Tag>
225 m_tagsHasBeenSet =
true;
226 m_tags.emplace_back(std::forward<TagsT>(value));
243 bool m_autoCreateApplication{
false};
245 bool m_process{
false};
248 bool m_applicationNameHasBeenSet =
false;
249 bool m_versionLabelHasBeenSet =
false;
250 bool m_descriptionHasBeenSet =
false;
251 bool m_sourceBuildInformationHasBeenSet =
false;
252 bool m_sourceBundleHasBeenSet =
false;
253 bool m_buildConfigurationHasBeenSet =
false;
254 bool m_autoCreateApplicationHasBeenSet =
false;
255 bool m_processHasBeenSet =
false;
256 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