7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lakeformation/model/BatchPermissionsFailureEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LakeFormation
42 template<
typename FailuresT = Aws::Vector<BatchPermissionsFailureEntry>>
43 void SetFailures(FailuresT&& value) { m_failuresHasBeenSet =
true; m_failures = std::forward<FailuresT>(value); }
44 template<
typename FailuresT = Aws::Vector<BatchPermissionsFailureEntry>>
46 template<
typename FailuresT = BatchPermissionsFailureEntry>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_failuresHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue