7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securitylake/SecurityLake_EXPORTS.h>
19namespace SecurityLake {
41 template <
typename LocationT = Aws::String>
43 m_locationHasBeenSet =
true;
44 m_location = std::forward<LocationT>(value);
46 template <
typename LocationT = Aws::String>
63 template <
typename RoleArnT = Aws::String>
65 m_roleArnHasBeenSet =
true;
66 m_roleArn = std::forward<RoleArnT>(value);
68 template <
typename RoleArnT = Aws::String>
78 bool m_locationHasBeenSet =
false;
79 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