7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
67 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
75 bool m_locationHasBeenSet =
false;
78 bool m_roleArnHasBeenSet =
false;
void SetLocation(const char *value)
CustomLogSourceProvider & WithLocation(Aws::String &&value)
CustomLogSourceProvider & WithLocation(const char *value)
CustomLogSourceProvider & WithLocation(const Aws::String &value)
AWS_SECURITYLAKE_API CustomLogSourceProvider(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
CustomLogSourceProvider & WithRoleArn(Aws::String &&value)
AWS_SECURITYLAKE_API CustomLogSourceProvider()
const Aws::String & GetLocation() const
void SetLocation(Aws::String &&value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(const char *value)
CustomLogSourceProvider & WithRoleArn(const char *value)
const Aws::String & GetRoleArn() const
bool LocationHasBeenSet() const
AWS_SECURITYLAKE_API CustomLogSourceProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLocation(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
CustomLogSourceProvider & WithRoleArn(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue