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/ApplicationResourceLifecycleConfig.h>
12#include <aws/elasticbeanstalk/model/Tag.h>
17namespace ElasticBeanstalk {
47 template <
typename ApplicationNameT = Aws::String>
49 m_applicationNameHasBeenSet =
true;
50 m_applicationName = std::forward<ApplicationNameT>(value);
52 template <
typename ApplicationNameT = Aws::String>
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
84 template <
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
86 m_resourceLifecycleConfigHasBeenSet =
true;
87 m_resourceLifecycleConfig = std::forward<ResourceLifecycleConfigT>(value);
89 template <
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
104 template <
typename TagsT = Aws::Vector<Tag>>
106 m_tagsHasBeenSet =
true;
107 m_tags = std::forward<TagsT>(value);
109 template <
typename TagsT = Aws::Vector<Tag>>
111 SetTags(std::forward<TagsT>(value));
114 template <
typename TagsT = Tag>
116 m_tagsHasBeenSet =
true;
117 m_tags.emplace_back(std::forward<TagsT>(value));
129 bool m_applicationNameHasBeenSet =
false;
130 bool m_descriptionHasBeenSet =
false;
131 bool m_resourceLifecycleConfigHasBeenSet =
false;
132 bool m_tagsHasBeenSet =
false;
const ApplicationResourceLifecycleConfig & GetResourceLifecycleConfig() const
CreateApplicationRequest & WithApplicationName(ApplicationNameT &&value)
bool ApplicationNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateApplicationRequest & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetApplicationName() const
void SetResourceLifecycleConfig(ResourceLifecycleConfigT &&value)
bool ResourceLifecycleConfigHasBeenSet() const
bool TagsHasBeenSet() const
AWS_ELASTICBEANSTALK_API CreateApplicationRequest()=default
virtual const char * GetServiceRequestName() const override
CreateApplicationRequest & WithResourceLifecycleConfig(ResourceLifecycleConfigT &&value)
void SetTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
CreateApplicationRequest & AddTags(TagsT &&value)
void SetApplicationName(ApplicationNameT &&value)
CreateApplicationRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AWS_ELASTICBEANSTALK_API Aws::String SerializePayload() const override
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector