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;
54 template<
typename TargetT = ResourceTargetDefinition>
55 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
56 template<
typename TargetT = ResourceTargetDefinition>
122 template<
typename CausingEntityT = Aws::String>
123 void SetCausingEntity(CausingEntityT&& value) { m_causingEntityHasBeenSet =
true; m_causingEntity = std::forward<CausingEntityT>(value); }
124 template<
typename CausingEntityT = Aws::String>
130 bool m_targetHasBeenSet =
false;
133 bool m_evaluationHasBeenSet =
false;
136 bool m_changeSourceHasBeenSet =
false;
139 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