7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/ResourceTargetDefinition.h>
10#include <aws/cloudformation/model/EvaluationType.h>
11#include <aws/cloudformation/model/ChangeSource.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
24namespace CloudFormation
43 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
128 inline void SetCausingEntity(
const char* value) { m_causingEntityHasBeenSet =
true; m_causingEntity.assign(value); }
136 bool m_targetHasBeenSet =
false;
139 bool m_evaluationHasBeenSet =
false;
142 bool m_changeSourceHasBeenSet =
false;
145 bool m_causingEntityHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream