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/ResourceSignalStatus.h>
15namespace CloudFormation
50 template<
typename StackNameT = Aws::String>
51 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
52 template<
typename StackNameT = Aws::String>
63 template<
typename LogicalResourceIdT = Aws::String>
64 void SetLogicalResourceId(LogicalResourceIdT&& value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId = std::forward<LogicalResourceIdT>(value); }
65 template<
typename LogicalResourceIdT = Aws::String>
78 template<
typename UniqueIdT = Aws::String>
79 void SetUniqueId(UniqueIdT&& value) { m_uniqueIdHasBeenSet =
true; m_uniqueId = std::forward<UniqueIdT>(value); }
80 template<
typename UniqueIdT = Aws::String>
98 bool m_stackNameHasBeenSet =
false;
101 bool m_logicalResourceIdHasBeenSet =
false;
104 bool m_uniqueIdHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String