7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CodeT = Aws::String>
50 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
51 template<
typename CodeT = Aws::String>
62 template<
typename ReasonT = Aws::String>
63 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
64 template<
typename ReasonT = Aws::String>
70 bool m_codeHasBeenSet =
false;
73 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