7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudformation/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CloudFormation
44 template<
typename StackDriftDetectionIdT = Aws::String>
45 void SetStackDriftDetectionId(StackDriftDetectionIdT&& value) { m_stackDriftDetectionIdHasBeenSet =
true; m_stackDriftDetectionId = std::forward<StackDriftDetectionIdT>(value); }
46 template<
typename StackDriftDetectionIdT = Aws::String>
53 template<
typename ResponseMetadataT = ResponseMetadata>
54 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
55 template<
typename ResponseMetadataT = ResponseMetadata>
61 bool m_stackDriftDetectionIdHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument