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
46 template<
typename StackSetNameT = Aws::String>
47 void SetStackSetName(StackSetNameT&& value) { m_stackSetNameHasBeenSet =
true; m_stackSetName = std::forward<StackSetNameT>(value); }
48 template<
typename StackSetNameT = Aws::String>
58 template<
typename OperationIdT = Aws::String>
59 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
60 template<
typename OperationIdT = Aws::String>
81 inline void SetCallAs(
CallAs value) { m_callAsHasBeenSet =
true; m_callAs = value; }
87 bool m_stackSetNameHasBeenSet =
false;
90 bool m_operationIdHasBeenSet =
false;
93 bool m_callAsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String