7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/model/BatchPermissionsRequestEntry.h>
9#include <aws/lakeformation/model/ErrorDetail.h>
22namespace LakeFormation
48 template<
typename RequestEntryT = BatchPermissionsRequestEntry>
49 void SetRequestEntry(RequestEntryT&& value) { m_requestEntryHasBeenSet =
true; m_requestEntry = std::forward<RequestEntryT>(value); }
50 template<
typename RequestEntryT = BatchPermissionsRequestEntry>
60 template<
typename ErrorT = ErrorDetail>
61 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
62 template<
typename ErrorT = ErrorDetail>
68 bool m_requestEntryHasBeenSet =
false;
71 bool m_errorHasBeenSet =
false;
const ErrorDetail & GetError() const
AWS_LAKEFORMATION_API BatchPermissionsFailureEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAKEFORMATION_API BatchPermissionsFailureEntry()=default
bool ErrorHasBeenSet() const
AWS_LAKEFORMATION_API Aws::Utils::Json::JsonValue Jsonize() const
const BatchPermissionsRequestEntry & GetRequestEntry() const
BatchPermissionsFailureEntry & WithRequestEntry(RequestEntryT &&value)
BatchPermissionsFailureEntry & WithError(ErrorT &&value)
void SetError(ErrorT &&value)
bool RequestEntryHasBeenSet() const
void SetRequestEntry(RequestEntryT &&value)
AWS_LAKEFORMATION_API BatchPermissionsFailureEntry(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue