7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securitylake/SecurityLake_EXPORTS.h>
19namespace SecurityLake {
43 template <
typename CodeT = Aws::String>
45 m_codeHasBeenSet =
true;
46 m_code = std::forward<CodeT>(value);
48 template <
typename CodeT = Aws::String>
50 SetCode(std::forward<CodeT>(value));
62 template <
typename ReasonT = Aws::String>
64 m_reasonHasBeenSet =
true;
65 m_reason = std::forward<ReasonT>(value);
67 template <
typename ReasonT = Aws::String>
77 bool m_codeHasBeenSet =
false;
78 bool m_reasonHasBeenSet =
false;
DataLakeUpdateException & WithCode(CodeT &&value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYLAKE_API DataLakeUpdateException(Aws::Utils::Json::JsonView jsonValue)
DataLakeUpdateException & WithReason(ReasonT &&value)
const Aws::String & GetReason() const
AWS_SECURITYLAKE_API DataLakeUpdateException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
bool ReasonHasBeenSet() const
void SetCode(CodeT &&value)
bool CodeHasBeenSet() const
void SetReason(ReasonT &&value)
AWS_SECURITYLAKE_API DataLakeUpdateException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue