7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/ChangeType.h>
10#include <aws/cloudformation/model/ResourceChange.h>
22namespace CloudFormation
40 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 inline void SetType(
ChangeType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
64 inline void SetHookInvocationCount(
int value) { m_hookInvocationCountHasBeenSet =
true; m_hookInvocationCount = value; }
83 bool m_typeHasBeenSet =
false;
85 int m_hookInvocationCount;
86 bool m_hookInvocationCountHasBeenSet =
false;
89 bool m_resourceChangeHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream