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/ApplicationResourceLifecycleConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticbeanstalk/model/Tag.h>
17namespace ElasticBeanstalk
51 template<
typename ApplicationNameT = Aws::String>
52 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
53 template<
typename ApplicationNameT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
76 template<
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
77 void SetResourceLifecycleConfig(ResourceLifecycleConfigT&& value) { m_resourceLifecycleConfigHasBeenSet =
true; m_resourceLifecycleConfig = std::forward<ResourceLifecycleConfigT>(value); }
78 template<
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
90 template<
typename TagsT = Aws::Vector<Tag>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Vector<Tag>>
94 template<
typename TagsT = Tag>
100 bool m_applicationNameHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_resourceLifecycleConfigHasBeenSet =
false;
109 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