AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
StandardsManagedBy.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SECURITYHUB_API StandardsManagedBy() = default;
36 AWS_SECURITYHUB_API StandardsManagedBy(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetCompany() const { return m_company; }
47 inline bool CompanyHasBeenSet() const { return m_companyHasBeenSet; }
48 template<typename CompanyT = Aws::String>
49 void SetCompany(CompanyT&& value) { m_companyHasBeenSet = true; m_company = std::forward<CompanyT>(value); }
50 template<typename CompanyT = Aws::String>
51 StandardsManagedBy& WithCompany(CompanyT&& value) { SetCompany(std::forward<CompanyT>(value)); return *this;}
53
55
60 inline const Aws::String& GetProduct() const { return m_product; }
61 inline bool ProductHasBeenSet() const { return m_productHasBeenSet; }
62 template<typename ProductT = Aws::String>
63 void SetProduct(ProductT&& value) { m_productHasBeenSet = true; m_product = std::forward<ProductT>(value); }
64 template<typename ProductT = Aws::String>
65 StandardsManagedBy& WithProduct(ProductT&& value) { SetProduct(std::forward<ProductT>(value)); return *this;}
67 private:
68
69 Aws::String m_company;
70 bool m_companyHasBeenSet = false;
71
72 Aws::String m_product;
73 bool m_productHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace SecurityHub
78} // namespace Aws
AWS_SECURITYHUB_API StandardsManagedBy()=default
AWS_SECURITYHUB_API StandardsManagedBy(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API StandardsManagedBy & operator=(Aws::Utils::Json::JsonView jsonValue)
StandardsManagedBy & WithProduct(ProductT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
StandardsManagedBy & WithCompany(CompanyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue