7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
52 inline void SetChangeSetName(
const char* value) { m_changeSetNameHasBeenSet =
true; m_changeSetName.assign(value); }
67 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
82 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
95 inline void SetIncludePropertyValues(
bool value) { m_includePropertyValuesHasBeenSet =
true; m_includePropertyValues = value; }
101 bool m_changeSetNameHasBeenSet =
false;
104 bool m_stackNameHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
109 bool m_includePropertyValues;
110 bool m_includePropertyValuesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String