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>
11#include <aws/cloudformation/model/DeletionMode.h>
16namespace CloudFormation
50 template<
typename StackNameT = Aws::String>
51 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
52 template<
typename StackNameT = Aws::String>
66 template<
typename RetainResourcesT = Aws::Vector<Aws::String>>
67 void SetRetainResources(RetainResourcesT&& value) { m_retainResourcesHasBeenSet =
true; m_retainResources = std::forward<RetainResourcesT>(value); }
68 template<
typename RetainResourcesT = Aws::Vector<Aws::String>>
70 template<
typename RetainResourcesT = Aws::String>
71 DeleteStackRequest&
AddRetainResources(RetainResourcesT&& value) { m_retainResourcesHasBeenSet =
true; m_retainResources.emplace_back(std::forward<RetainResourcesT>(value));
return *
this; }
85 template<
typename RoleARNT = Aws::String>
86 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
87 template<
typename RoleARNT = Aws::String>
112 template<
typename ClientRequestTokenT = Aws::String>
113 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
114 template<
typename ClientRequestTokenT = Aws::String>
135 bool m_stackNameHasBeenSet =
false;
138 bool m_retainResourcesHasBeenSet =
false;
141 bool m_roleARNHasBeenSet =
false;
144 bool m_clientRequestTokenHasBeenSet =
false;
147 bool m_deletionModeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector