7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/ResourceAttribute.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/cloudformation/model/RequiresRecreation.h>
12#include <aws/cloudformation/model/AttributeChangeType.h>
24namespace CloudFormation
43 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
95 template<
typename PathT = Aws::String>
96 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
97 template<
typename PathT = Aws::String>
108 template<
typename BeforeValueT = Aws::String>
109 void SetBeforeValue(BeforeValueT&& value) { m_beforeValueHasBeenSet =
true; m_beforeValue = std::forward<BeforeValueT>(value); }
110 template<
typename BeforeValueT = Aws::String>
121 template<
typename AfterValueT = Aws::String>
122 void SetAfterValue(AfterValueT&& value) { m_afterValueHasBeenSet =
true; m_afterValue = std::forward<AfterValueT>(value); }
123 template<
typename AfterValueT = Aws::String>
142 bool m_attributeHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_requiresRecreationHasBeenSet =
false;
151 bool m_pathHasBeenSet =
false;
154 bool m_beforeValueHasBeenSet =
false;
157 bool m_afterValueHasBeenSet =
false;
160 bool m_attributeChangeTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream