7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securitylake/SecurityLake_EXPORTS.h>
20namespace SecurityLake {
42 template <
typename ExceptionT = Aws::String>
44 m_exceptionHasBeenSet =
true;
45 m_exception = std::forward<ExceptionT>(value);
47 template <
typename ExceptionT = Aws::String>
60 template <
typename RegionT = Aws::String>
62 m_regionHasBeenSet =
true;
63 m_region = std::forward<RegionT>(value);
65 template <
typename RegionT = Aws::String>
78 template <
typename RemediationT = Aws::String>
80 m_remediationHasBeenSet =
true;
81 m_remediation = std::forward<RemediationT>(value);
83 template <
typename RemediationT = Aws::String>
97 template <
typename TimestampT = Aws::Utils::DateTime>
99 m_timestampHasBeenSet =
true;
100 m_timestamp = std::forward<TimestampT>(value);
102 template <
typename TimestampT = Aws::Utils::DateTime>
116 bool m_exceptionHasBeenSet =
false;
117 bool m_regionHasBeenSet =
false;
118 bool m_remediationHasBeenSet =
false;
119 bool m_timestampHasBeenSet =
false;
DataLakeException & WithRegion(RegionT &&value)
const Aws::String & GetException() const
void SetRemediation(RemediationT &&value)
AWS_SECURITYLAKE_API DataLakeException(Aws::Utils::Json::JsonView jsonValue)
bool RegionHasBeenSet() const
DataLakeException & WithTimestamp(TimestampT &&value)
void SetException(ExceptionT &&value)
bool ExceptionHasBeenSet() const
DataLakeException & WithRemediation(RemediationT &&value)
DataLakeException & WithException(ExceptionT &&value)
void SetRegion(RegionT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
AWS_SECURITYLAKE_API DataLakeException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RemediationHasBeenSet() const
void SetTimestamp(TimestampT &&value)
const Aws::String & GetRemediation() const
const Aws::String & GetRegion() const
bool TimestampHasBeenSet() const
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYLAKE_API DataLakeException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue