7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
12#include <aws/elasticbeanstalk/model/ApplicationResourceLifecycleConfig.h>
22namespace ElasticBeanstalk {
37 const char* locationValue)
const;
46 template <
typename ApplicationArnT = Aws::String>
48 m_applicationArnHasBeenSet =
true;
49 m_applicationArn = std::forward<ApplicationArnT>(value);
51 template <
typename ApplicationArnT = Aws::String>
64 template <
typename ApplicationNameT = Aws::String>
66 m_applicationNameHasBeenSet =
true;
67 m_applicationName = std::forward<ApplicationNameT>(value);
69 template <
typename ApplicationNameT = Aws::String>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename DateCreatedT = Aws::Utils::DateTime>
102 m_dateCreatedHasBeenSet =
true;
103 m_dateCreated = std::forward<DateCreatedT>(value);
105 template <
typename DateCreatedT = Aws::Utils::DateTime>
118 template <
typename DateUpdatedT = Aws::Utils::DateTime>
120 m_dateUpdatedHasBeenSet =
true;
121 m_dateUpdated = std::forward<DateUpdatedT>(value);
123 template <
typename DateUpdatedT = Aws::Utils::DateTime>
136 template <
typename VersionsT = Aws::Vector<Aws::String>>
138 m_versionsHasBeenSet =
true;
139 m_versions = std::forward<VersionsT>(value);
141 template <
typename VersionsT = Aws::Vector<Aws::String>>
146 template <
typename VersionsT = Aws::String>
148 m_versionsHasBeenSet =
true;
149 m_versions.emplace_back(std::forward<VersionsT>(value));
161 template <
typename ConfigurationTemplatesT = Aws::Vector<Aws::String>>
163 m_configurationTemplatesHasBeenSet =
true;
164 m_configurationTemplates = std::forward<ConfigurationTemplatesT>(value);
166 template <
typename ConfigurationTemplatesT = Aws::Vector<Aws::String>>
171 template <
typename ConfigurationTemplatesT = Aws::String>
173 m_configurationTemplatesHasBeenSet =
true;
174 m_configurationTemplates.emplace_back(std::forward<ConfigurationTemplatesT>(value));
185 template <
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
187 m_resourceLifecycleConfigHasBeenSet =
true;
188 m_resourceLifecycleConfig = std::forward<ResourceLifecycleConfigT>(value);
190 template <
typename ResourceLifecycleConfigT = ApplicationResourceLifecycleConfig>
211 ApplicationResourceLifecycleConfig m_resourceLifecycleConfig;
212 bool m_applicationArnHasBeenSet =
false;
213 bool m_applicationNameHasBeenSet =
false;
214 bool m_descriptionHasBeenSet =
false;
215 bool m_dateCreatedHasBeenSet =
false;
216 bool m_dateUpdatedHasBeenSet =
false;
217 bool m_versionsHasBeenSet =
false;
218 bool m_configurationTemplatesHasBeenSet =
false;
219 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