AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
AwsSecurityFindingIdentifier.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityHub {
20namespace Model {
21
29 public:
30 AWS_SECURITYHUB_API AwsSecurityFindingIdentifier() = default;
33 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetId() const { return m_id; }
40 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
41 template <typename IdT = Aws::String>
42 void SetId(IdT&& value) {
43 m_idHasBeenSet = true;
44 m_id = std::forward<IdT>(value);
45 }
46 template <typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
49 return *this;
50 }
52
54
59 inline const Aws::String& GetProductArn() const { return m_productArn; }
60 inline bool ProductArnHasBeenSet() const { return m_productArnHasBeenSet; }
61 template <typename ProductArnT = Aws::String>
62 void SetProductArn(ProductArnT&& value) {
63 m_productArnHasBeenSet = true;
64 m_productArn = std::forward<ProductArnT>(value);
65 }
66 template <typename ProductArnT = Aws::String>
68 SetProductArn(std::forward<ProductArnT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_id;
74
75 Aws::String m_productArn;
76 bool m_idHasBeenSet = false;
77 bool m_productArnHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace SecurityHub
82} // namespace Aws
AwsSecurityFindingIdentifier & WithProductArn(ProductArnT &&value)
AWS_SECURITYHUB_API AwsSecurityFindingIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsSecurityFindingIdentifier()=default
AWS_SECURITYHUB_API AwsSecurityFindingIdentifier(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue