7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
54 template<
typename StackNameT = Aws::String>
55 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
56 template<
typename StackNameT = Aws::String>
66 template<
typename LogicalResourceIdT = Aws::String>
67 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
68 template<
typename LogicalResourceIdT = Aws::String>
85 template<
typename PhysicalResourceIdT = Aws::String>
86 void SetPhysicalResourceId(PhysicalResourceIdT&& value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId = std::forward<PhysicalResourceIdT>(value); }
87 template<
typename PhysicalResourceIdT = Aws::String>
93 bool m_stackNameHasBeenSet =
false;
96 bool m_logicalResourceIdHasBeenSet =
false;
99 bool m_physicalResourceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String