7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/cloudformation/model/RollbackTrigger.h>
22namespace CloudFormation
47 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
71 template<
typename RollbackTriggersT = Aws::Vector<RollbackTrigger>>
72 void SetRollbackTriggers(RollbackTriggersT&& value) { m_rollbackTriggersHasBeenSet =
true; m_rollbackTriggers = std::forward<RollbackTriggersT>(value); }
73 template<
typename RollbackTriggersT = Aws::Vector<RollbackTrigger>>
75 template<
typename RollbackTriggersT = RollbackTrigger>
103 bool m_rollbackTriggersHasBeenSet =
false;
105 int m_monitoringTimeInMinutes{0};
106 bool m_monitoringTimeInMinutesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream