7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticbeanstalk/model/ApplicationResourceLifecycleConfig.h>
24namespace ElasticBeanstalk
41 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 template<
typename ApplicationArnT = Aws::String>
52 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
53 template<
typename ApplicationArnT = Aws::String>
63 template<
typename ApplicationNameT = Aws::String>
64 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
65 template<
typename ApplicationNameT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename DateCreatedT = Aws::Utils::DateTime>
88 void SetDateCreated(DateCreatedT&& value) { m_dateCreatedHasBeenSet =
true; m_dateCreated = std::forward<DateCreatedT>(value); }
89 template<
typename DateCreatedT = Aws::Utils::DateTime>
99 template<
typename DateUpdatedT = Aws::Utils::DateTime>
100 void SetDateUpdated(DateUpdatedT&& value) { m_dateUpdatedHasBeenSet =
true; m_dateUpdated = std::forward<DateUpdatedT>(value); }
101 template<
typename DateUpdatedT = Aws::Utils::DateTime>
111 template<
typename VersionsT = Aws::Vector<Aws::String>>
112 void SetVersions(VersionsT&& value) { m_versionsHasBeenSet =
true; m_versions = std::forward<VersionsT>(value); }
113 template<
typename VersionsT = Aws::Vector<Aws::String>>
115 template<
typename VersionsT = Aws::String>
126 template<
typename ConfigurationTemplatesT = Aws::Vector<Aws::String>>
127 void SetConfigurationTemplates(ConfigurationTemplatesT&& value) { m_configurationTemplatesHasBeenSet =
true; m_configurationTemplates = std::forward<ConfigurationTemplatesT>(value); }
128 template<
typename ConfigurationTemplatesT = Aws::Vector<Aws::String>>
130 template<
typename ConfigurationTemplatesT = Aws::String>
140 template<
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
141 void SetResourceLifecycleConfig(ResourceLifecycleConfigT&& value) { m_resourceLifecycleConfigHasBeenSet =
true; m_resourceLifecycleConfig = std::forward<ResourceLifecycleConfigT>(value); }
142 template<
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
148 bool m_applicationArnHasBeenSet =
false;
151 bool m_applicationNameHasBeenSet =
false;
154 bool m_descriptionHasBeenSet =
false;
157 bool m_dateCreatedHasBeenSet =
false;
160 bool m_dateUpdatedHasBeenSet =
false;
163 bool m_versionsHasBeenSet =
false;
166 bool m_configurationTemplatesHasBeenSet =
false;
168 ApplicationResourceLifecycleConfig m_resourceLifecycleConfig;
169 bool m_resourceLifecycleConfigHasBeenSet =
false;
ApplicationDescription & AddVersions(VersionsT &&value)
const Aws::String & GetDescription() const
bool ApplicationNameHasBeenSet() const
bool ResourceLifecycleConfigHasBeenSet() const
void SetApplicationArn(ApplicationArnT &&value)
const Aws::Vector< Aws::String > & GetVersions() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetConfigurationTemplates(ConfigurationTemplatesT &&value)
bool ConfigurationTemplatesHasBeenSet() const
AWS_ELASTICBEANSTALK_API ApplicationDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ApplicationDescription & AddConfigurationTemplates(ConfigurationTemplatesT &&value)
ApplicationDescription & WithDateCreated(DateCreatedT &&value)
ApplicationDescription & WithConfigurationTemplates(ConfigurationTemplatesT &&value)
const Aws::Utils::DateTime & GetDateCreated() const
ApplicationDescription & WithVersions(VersionsT &&value)
bool DescriptionHasBeenSet() const
bool DateCreatedHasBeenSet() const
void SetResourceLifecycleConfig(ResourceLifecycleConfigT &&value)
bool VersionsHasBeenSet() const
ApplicationDescription & WithApplicationArn(ApplicationArnT &&value)
void SetVersions(VersionsT &&value)
AWS_ELASTICBEANSTALK_API ApplicationDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
ApplicationDescription & WithApplicationName(ApplicationNameT &&value)
void SetDateCreated(DateCreatedT &&value)
const Aws::String & GetApplicationName() const
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetDateUpdated() const
const Aws::Vector< Aws::String > & GetConfigurationTemplates() const
AWS_ELASTICBEANSTALK_API ApplicationDescription()=default
ApplicationDescription & WithDescription(DescriptionT &&value)
bool ApplicationArnHasBeenSet() const
const Aws::String & GetApplicationArn() const
ApplicationDescription & WithDateUpdated(DateUpdatedT &&value)
void SetDateUpdated(DateUpdatedT &&value)
ApplicationDescription & WithResourceLifecycleConfig(ResourceLifecycleConfigT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const ApplicationResourceLifecycleConfig & GetResourceLifecycleConfig() const
bool DateUpdatedHasBeenSet() const
void SetApplicationName(ApplicationNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream