7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/autoscaling/model/RetentionAction.h>
9#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
19namespace AutoScaling {
52 m_terminateHookAbandonHasBeenSet =
true;
53 m_terminateHookAbandon = value;
62 bool m_terminateHookAbandonHasBeenSet =
false;
AWS_AUTOSCALING_API RetentionTriggers & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TerminateHookAbandonHasBeenSet() const
void SetTerminateHookAbandon(RetentionAction value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
RetentionTriggers & WithTerminateHookAbandon(RetentionAction value)
AWS_AUTOSCALING_API RetentionTriggers(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_AUTOSCALING_API RetentionTriggers()=default
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
RetentionAction GetTerminateHookAbandon() const
std::basic_ostream< char, std::char_traits< char > > OStream