AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
AssociatedStandard.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 AssociatedStandard() = default;
31 AWS_SECURITYHUB_API AssociatedStandard(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline const Aws::String& GetStandardsId() const { return m_standardsId; }
44 inline bool StandardsIdHasBeenSet() const { return m_standardsIdHasBeenSet; }
45 template <typename StandardsIdT = Aws::String>
46 void SetStandardsId(StandardsIdT&& value) {
47 m_standardsIdHasBeenSet = true;
48 m_standardsId = std::forward<StandardsIdT>(value);
49 }
50 template <typename StandardsIdT = Aws::String>
51 AssociatedStandard& WithStandardsId(StandardsIdT&& value) {
52 SetStandardsId(std::forward<StandardsIdT>(value));
53 return *this;
54 }
56 private:
57 Aws::String m_standardsId;
58 bool m_standardsIdHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace SecurityHub
63} // namespace Aws
AWS_SECURITYHUB_API AssociatedStandard(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AssociatedStandard()=default
AWS_SECURITYHUB_API AssociatedStandard & operator=(Aws::Utils::Json::JsonView jsonValue)
AssociatedStandard & WithStandardsId(StandardsIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue