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/cloudformation/model/CallAs.h>
15namespace CloudFormation
47 template<
typename StackSetNameT = Aws::String>
48 void SetStackSetName(StackSetNameT&& value) { m_stackSetNameHasBeenSet =
true; m_stackSetName = std::forward<StackSetNameT>(value); }
49 template<
typename StackSetNameT = Aws::String>
60 template<
typename StackInstanceAccountT = Aws::String>
61 void SetStackInstanceAccount(StackInstanceAccountT&& value) { m_stackInstanceAccountHasBeenSet =
true; m_stackInstanceAccount = std::forward<StackInstanceAccountT>(value); }
62 template<
typename StackInstanceAccountT = Aws::String>
72 template<
typename StackInstanceRegionT = Aws::String>
73 void SetStackInstanceRegion(StackInstanceRegionT&& value) { m_stackInstanceRegionHasBeenSet =
true; m_stackInstanceRegion = std::forward<StackInstanceRegionT>(value); }
74 template<
typename StackInstanceRegionT = Aws::String>
95 inline void SetCallAs(
CallAs value) { m_callAsHasBeenSet =
true; m_callAs = value; }
101 bool m_stackSetNameHasBeenSet =
false;
104 bool m_stackInstanceAccountHasBeenSet =
false;
107 bool m_stackInstanceRegionHasBeenSet =
false;
110 bool m_callAsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String