7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/cloudformation/CloudFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudFormation
48 inline void SetChangeSetName(
const char* value) { m_changeSetNameHasBeenSet =
true; m_changeSetName.assign(value); }
63 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
79 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
94 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
102 bool m_changeSetNameHasBeenSet =
false;
105 bool m_stackNameHasBeenSet =
false;
108 bool m_nextTokenHasBeenSet =
false;
111 bool m_logicalResourceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String