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>
59 template<
typename OperationIdT = Aws::String>
60 void SetOperationId(OperationIdT&& value) { m_operationIdHasBeenSet =
true; m_operationId = std::forward<OperationIdT>(value); }
61 template<
typename OperationIdT = Aws::String>
82 inline void SetCallAs(
CallAs value) { m_callAsHasBeenSet =
true; m_callAs = value; }
88 bool m_stackSetNameHasBeenSet =
false;
91 bool m_operationIdHasBeenSet =
false;
94 bool m_callAsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String