AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StandardsControlAssociationId.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
36 {
37 public:
38 AWS_SECURITYHUB_API StandardsControlAssociationId();
41 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
50 inline const Aws::String& GetSecurityControlId() const{ return m_securityControlId; }
51 inline bool SecurityControlIdHasBeenSet() const { return m_securityControlIdHasBeenSet; }
52 inline void SetSecurityControlId(const Aws::String& value) { m_securityControlIdHasBeenSet = true; m_securityControlId = value; }
53 inline void SetSecurityControlId(Aws::String&& value) { m_securityControlIdHasBeenSet = true; m_securityControlId = std::move(value); }
54 inline void SetSecurityControlId(const char* value) { m_securityControlIdHasBeenSet = true; m_securityControlId.assign(value); }
56 inline StandardsControlAssociationId& WithSecurityControlId(Aws::String&& value) { SetSecurityControlId(std::move(value)); return *this;}
57 inline StandardsControlAssociationId& WithSecurityControlId(const char* value) { SetSecurityControlId(value); return *this;}
59
61
64 inline const Aws::String& GetStandardsArn() const{ return m_standardsArn; }
65 inline bool StandardsArnHasBeenSet() const { return m_standardsArnHasBeenSet; }
66 inline void SetStandardsArn(const Aws::String& value) { m_standardsArnHasBeenSet = true; m_standardsArn = value; }
67 inline void SetStandardsArn(Aws::String&& value) { m_standardsArnHasBeenSet = true; m_standardsArn = std::move(value); }
68 inline void SetStandardsArn(const char* value) { m_standardsArnHasBeenSet = true; m_standardsArn.assign(value); }
69 inline StandardsControlAssociationId& WithStandardsArn(const Aws::String& value) { SetStandardsArn(value); return *this;}
70 inline StandardsControlAssociationId& WithStandardsArn(Aws::String&& value) { SetStandardsArn(std::move(value)); return *this;}
71 inline StandardsControlAssociationId& WithStandardsArn(const char* value) { SetStandardsArn(value); return *this;}
73 private:
74
75 Aws::String m_securityControlId;
76 bool m_securityControlIdHasBeenSet = false;
77
78 Aws::String m_standardsArn;
79 bool m_standardsArnHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace SecurityHub
84} // namespace Aws
AWS_SECURITYHUB_API StandardsControlAssociationId & operator=(Aws::Utils::Json::JsonView jsonValue)
StandardsControlAssociationId & WithStandardsArn(Aws::String &&value)
AWS_SECURITYHUB_API StandardsControlAssociationId(Aws::Utils::Json::JsonView jsonValue)
StandardsControlAssociationId & WithSecurityControlId(const Aws::String &value)
StandardsControlAssociationId & WithStandardsArn(const char *value)
StandardsControlAssociationId & WithSecurityControlId(Aws::String &&value)
StandardsControlAssociationId & WithStandardsArn(const Aws::String &value)
StandardsControlAssociationId & WithSecurityControlId(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue