7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
45 template<
typename StackNameT = Aws::String>
46 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
47 template<
typename StackNameT = Aws::String>
57 template<
typename LogicalResourceIdT = Aws::String>
58 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
59 template<
typename LogicalResourceIdT = Aws::String>
65 bool m_stackNameHasBeenSet =
false;
68 bool m_logicalResourceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String