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;
70 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
103 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
118 inline void SetBeforeValue(
const char* value) { m_beforeValueHasBeenSet =
true; m_beforeValue.assign(value); }
133 inline void SetAfterValue(
const char* value) { m_afterValueHasBeenSet =
true; m_afterValue.assign(value); }
156 bool m_attributeHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
162 bool m_requiresRecreationHasBeenSet =
false;
165 bool m_pathHasBeenSet =
false;
168 bool m_beforeValueHasBeenSet =
false;
171 bool m_afterValueHasBeenSet =
false;
174 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