7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/model/TransactionDescription.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LakeFormation
42 template<
typename TransactionDescriptionT = TransactionDescription>
43 void SetTransactionDescription(TransactionDescriptionT&& value) { m_transactionDescriptionHasBeenSet =
true; m_transactionDescription = std::forward<TransactionDescriptionT>(value); }
44 template<
typename TransactionDescriptionT = TransactionDescription>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_transactionDescriptionHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue