7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/cloudformation/model/StackRefactorExecutionStatus.h>
11#include <aws/cloudformation/model/StackRefactorStatus.h>
12#include <aws/cloudformation/model/ResponseMetadata.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace CloudFormation
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename StackRefactorIdT = Aws::String>
57 void SetStackRefactorId(StackRefactorIdT&& value) { m_stackRefactorIdHasBeenSet =
true; m_stackRefactorId = std::forward<StackRefactorIdT>(value); }
58 template<
typename StackRefactorIdT = Aws::String>
67 template<
typename StackIdsT = Aws::Vector<Aws::String>>
68 void SetStackIds(StackIdsT&& value) { m_stackIdsHasBeenSet =
true; m_stackIds = std::forward<StackIdsT>(value); }
69 template<
typename StackIdsT = Aws::Vector<Aws::String>>
71 template<
typename StackIdsT = Aws::String>
91 template<
typename ExecutionStatusReasonT = Aws::String>
92 void SetExecutionStatusReason(ExecutionStatusReasonT&& value) { m_executionStatusReasonHasBeenSet =
true; m_executionStatusReason = std::forward<ExecutionStatusReasonT>(value); }
93 template<
typename ExecutionStatusReasonT = Aws::String>
113 template<
typename StatusReasonT = Aws::String>
114 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
115 template<
typename StatusReasonT = Aws::String>
122 template<
typename ResponseMetadataT = ResponseMetadata>
123 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
124 template<
typename ResponseMetadataT = ResponseMetadata>
130 bool m_descriptionHasBeenSet =
false;
133 bool m_stackRefactorIdHasBeenSet =
false;
136 bool m_stackIdsHasBeenSet =
false;
139 bool m_executionStatusHasBeenSet =
false;
142 bool m_executionStatusReasonHasBeenSet =
false;
145 bool m_statusHasBeenSet =
false;
148 bool m_statusReasonHasBeenSet =
false;
150 ResponseMetadata m_responseMetadata;
151 bool m_responseMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument