7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudformation/model/ResourceSignalStatus.h>
15namespace CloudFormation
52 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
67 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
84 inline void SetUniqueId(
const char* value) { m_uniqueIdHasBeenSet =
true; m_uniqueId.assign(value); }
106 bool m_stackNameHasBeenSet =
false;
109 bool m_logicalResourceIdHasBeenSet =
false;
112 bool m_uniqueIdHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String