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
49 inline void SetStackSetName(
const char* value) { m_stackSetNameHasBeenSet =
true; m_stackSetName.assign(value); }
64 inline void SetStackInstanceAccount(
const char* value) { m_stackInstanceAccountHasBeenSet =
true; m_stackInstanceAccount.assign(value); }
78 inline void SetStackInstanceRegion(
const char* value) { m_stackInstanceRegionHasBeenSet =
true; m_stackInstanceRegion.assign(value); }
101 inline void SetCallAs(
const CallAs& value) { m_callAsHasBeenSet =
true; m_callAs = value; }
102 inline void SetCallAs(
CallAs&& value) { m_callAsHasBeenSet =
true; m_callAs = std::move(value); }
109 bool m_stackSetNameHasBeenSet =
false;
112 bool m_stackInstanceAccountHasBeenSet =
false;
115 bool m_stackInstanceRegionHasBeenSet =
false;
118 bool m_callAsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String