7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudformation/model/DifferenceType.h>
22namespace CloudFormation
46 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
58 inline void SetPropertyPath(
const char* value) { m_propertyPathHasBeenSet =
true; m_propertyPath.assign(value); }
73 inline void SetExpectedValue(
const char* value) { m_expectedValueHasBeenSet =
true; m_expectedValue.assign(value); }
87 inline void SetActualValue(
const char* value) { m_actualValueHasBeenSet =
true; m_actualValue.assign(value); }
112 bool m_propertyPathHasBeenSet =
false;
115 bool m_expectedValueHasBeenSet =
false;
118 bool m_actualValueHasBeenSet =
false;
121 bool m_differenceTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream