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/elasticbeanstalk/model/ApplicationVersionLifecycleConfig.h>
22namespace ElasticBeanstalk
43 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
61 template<
typename ServiceRoleT = Aws::String>
62 void SetServiceRole(ServiceRoleT&& value) { m_serviceRoleHasBeenSet =
true; m_serviceRole = std::forward<ServiceRoleT>(value); }
63 template<
typename ServiceRoleT = Aws::String>
73 template<
typename VersionLifecycleConfigT = ApplicationVersionLifecycleConfig>
74 void SetVersionLifecycleConfig(VersionLifecycleConfigT&& value) { m_versionLifecycleConfigHasBeenSet =
true; m_versionLifecycleConfig = std::forward<VersionLifecycleConfigT>(value); }
75 template<
typename VersionLifecycleConfigT = ApplicationVersionLifecycleConfig>
81 bool m_serviceRoleHasBeenSet =
false;
84 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