7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename LocationT = Aws::String>
48 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
49 template<
typename LocationT = Aws::String>
63 template<
typename RoleArnT = Aws::String>
64 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
65 template<
typename RoleArnT = Aws::String>
71 bool m_locationHasBeenSet =
false;
74 bool m_roleArnHasBeenSet =
false;
AWS_SECURITYLAKE_API CustomLogSourceProvider(Aws::Utils::Json::JsonView jsonValue)
void SetLocation(LocationT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetLocation() const
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
CustomLogSourceProvider & WithRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
bool LocationHasBeenSet() const
AWS_SECURITYLAKE_API CustomLogSourceProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API CustomLogSourceProvider()=default
void SetRoleArn(RoleArnT &&value)
CustomLogSourceProvider & WithLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue