7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/ApplicationVersionLifecycleConfig.h>
20namespace ElasticBeanstalk {
39 const char* locationValue)
const;
56 template <
typename ServiceRoleT = Aws::String>
58 m_serviceRoleHasBeenSet =
true;
59 m_serviceRole = std::forward<ServiceRoleT>(value);
61 template <
typename ServiceRoleT = Aws::String>
74 template <
typename VersionLifecycleConfigT = ApplicationVersionLifecycleConfig>
76 m_versionLifecycleConfigHasBeenSet =
true;
77 m_versionLifecycleConfig = std::forward<VersionLifecycleConfigT>(value);
79 template <
typename VersionLifecycleConfigT = ApplicationVersionLifecycleConfig>
89 bool m_serviceRoleHasBeenSet =
false;
90 bool m_versionLifecycleConfigHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetVersionLifecycleConfig(VersionLifecycleConfigT &&value)
void SetServiceRole(ServiceRoleT &&value)
ApplicationResourceLifecycleConfig & WithServiceRole(ServiceRoleT &&value)
AWS_ELASTICBEANSTALK_API ApplicationResourceLifecycleConfig()=default
AWS_ELASTICBEANSTALK_API ApplicationResourceLifecycleConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetServiceRole() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ApplicationResourceLifecycleConfig & WithVersionLifecycleConfig(VersionLifecycleConfigT &&value)
bool VersionLifecycleConfigHasBeenSet() const
bool ServiceRoleHasBeenSet() const
AWS_ELASTICBEANSTALK_API ApplicationResourceLifecycleConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
const ApplicationVersionLifecycleConfig & GetVersionLifecycleConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream