7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetCrawlerArn(
const char* value) { m_crawlerArnHasBeenSet =
true; m_crawlerArn.assign(value); }
63 inline void SetDatabaseArn(
const char* value) { m_databaseArnHasBeenSet =
true; m_databaseArn.assign(value); }
77 inline void SetTableArn(
const char* value) { m_tableArnHasBeenSet =
true; m_tableArn.assign(value); }
85 bool m_crawlerArnHasBeenSet =
false;
88 bool m_databaseArnHasBeenSet =
false;
91 bool m_tableArnHasBeenSet =
false;
const Aws::String & GetDatabaseArn() const
void SetTableArn(const char *value)
CustomLogSourceAttributes & WithTableArn(const Aws::String &value)
void SetTableArn(Aws::String &&value)
bool DatabaseArnHasBeenSet() const
CustomLogSourceAttributes & WithDatabaseArn(const Aws::String &value)
CustomLogSourceAttributes & WithCrawlerArn(const Aws::String &value)
void SetDatabaseArn(const char *value)
AWS_SECURITYLAKE_API CustomLogSourceAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API CustomLogSourceAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseArn(const Aws::String &value)
CustomLogSourceAttributes & WithCrawlerArn(const char *value)
const Aws::String & GetCrawlerArn() const
void SetDatabaseArn(Aws::String &&value)
const Aws::String & GetTableArn() const
void SetCrawlerArn(const char *value)
CustomLogSourceAttributes & WithDatabaseArn(const char *value)
bool CrawlerArnHasBeenSet() const
CustomLogSourceAttributes & WithTableArn(const char *value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
CustomLogSourceAttributes & WithCrawlerArn(Aws::String &&value)
bool TableArnHasBeenSet() const
CustomLogSourceAttributes & WithTableArn(Aws::String &&value)
AWS_SECURITYLAKE_API CustomLogSourceAttributes()
void SetTableArn(const Aws::String &value)
CustomLogSourceAttributes & WithDatabaseArn(Aws::String &&value)
void SetCrawlerArn(const Aws::String &value)
void SetCrawlerArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue