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;
56 template<
typename PropertyPathT = Aws::String>
57 void SetPropertyPath(PropertyPathT&& value) { m_propertyPathHasBeenSet =
true; m_propertyPath = std::forward<PropertyPathT>(value); }
58 template<
typename PropertyPathT = Aws::String>
69 template<
typename ExpectedValueT = Aws::String>
70 void SetExpectedValue(ExpectedValueT&& value) { m_expectedValueHasBeenSet =
true; m_expectedValue = std::forward<ExpectedValueT>(value); }
71 template<
typename ExpectedValueT = Aws::String>
81 template<
typename ActualValueT = Aws::String>
82 void SetActualValue(ActualValueT&& value) { m_actualValueHasBeenSet =
true; m_actualValue = std::forward<ActualValueT>(value); }
83 template<
typename ActualValueT = Aws::String>
104 bool m_propertyPathHasBeenSet =
false;
107 bool m_expectedValueHasBeenSet =
false;
110 bool m_actualValueHasBeenSet =
false;
113 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