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
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>
74 template<
typename RoleARNT = Aws::String>
75 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
76 template<
typename RoleARNT = Aws::String>
116 template<
typename ResourcesToSkipT = Aws::Vector<Aws::String>>
117 void SetResourcesToSkip(ResourcesToSkipT&& value) { m_resourcesToSkipHasBeenSet =
true; m_resourcesToSkip = std::forward<ResourcesToSkipT>(value); }
118 template<
typename ResourcesToSkipT = Aws::Vector<Aws::String>>
120 template<
typename ResourcesToSkipT = Aws::String>
134 template<
typename ClientRequestTokenT = Aws::String>
135 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
136 template<
typename ClientRequestTokenT = Aws::String>
142 bool m_stackNameHasBeenSet =
false;
145 bool m_roleARNHasBeenSet =
false;
148 bool m_resourcesToSkipHasBeenSet =
false;
151 bool m_clientRequestTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector