7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ExceptionT = Aws::String>
49 void SetException(ExceptionT&& value) { m_exceptionHasBeenSet =
true; m_exception = std::forward<ExceptionT>(value); }
50 template<
typename ExceptionT = Aws::String>
60 template<
typename RegionT = Aws::String>
61 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
62 template<
typename RegionT = Aws::String>
72 template<
typename RemediationT = Aws::String>
73 void SetRemediation(RemediationT&& value) { m_remediationHasBeenSet =
true; m_remediation = std::forward<RemediationT>(value); }
74 template<
typename RemediationT = Aws::String>
85 template<
typename TimestampT = Aws::Utils::DateTime>
86 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
87 template<
typename TimestampT = Aws::Utils::DateTime>
93 bool m_exceptionHasBeenSet =
false;
96 bool m_regionHasBeenSet =
false;
99 bool m_remediationHasBeenSet =
false;
102 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