7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
56 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
71 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
92 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
100 bool m_stackNameHasBeenSet =
false;
103 bool m_logicalResourceIdHasBeenSet =
false;
106 bool m_physicalResourceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String