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/core/utils/memory/stl/AWSVector.h>
15namespace CloudFormation
46 template<
typename StackNameT = Aws::String>
47 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
48 template<
typename StackNameT = Aws::String>
58 template<
typename LogicalResourceIdsT = Aws::Vector<Aws::String>>
59 void SetLogicalResourceIds(LogicalResourceIdsT&& value) { m_logicalResourceIdsHasBeenSet =
true; m_logicalResourceIds = std::forward<LogicalResourceIdsT>(value); }
60 template<
typename LogicalResourceIdsT = Aws::Vector<Aws::String>>
62 template<
typename LogicalResourceIdsT = Aws::String>
68 bool m_stackNameHasBeenSet =
false;
71 bool m_logicalResourceIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector