AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
CustomLogSourceCrawlerConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securitylake/SecurityLake_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityLake {
20namespace Model {
21
29 public:
30 AWS_SECURITYLAKE_API CustomLogSourceCrawlerConfiguration() = default;
33 AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
42 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
43 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
44 template <typename RoleArnT = Aws::String>
45 void SetRoleArn(RoleArnT&& value) {
46 m_roleArnHasBeenSet = true;
47 m_roleArn = std::forward<RoleArnT>(value);
48 }
49 template <typename RoleArnT = Aws::String>
51 SetRoleArn(std::forward<RoleArnT>(value));
52 return *this;
53 }
55 private:
56 Aws::String m_roleArn;
57 bool m_roleArnHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace SecurityLake
62} // namespace Aws
CustomLogSourceCrawlerConfiguration & WithRoleArn(RoleArnT &&value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYLAKE_API CustomLogSourceCrawlerConfiguration()=default
AWS_SECURITYLAKE_API CustomLogSourceCrawlerConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API CustomLogSourceCrawlerConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue