AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AwsEventSchemasRegistryDetails.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
31 public:
32 AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails() = default;
35 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::String& GetDescription() const { return m_description; }
42 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
43 template <typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) {
45 m_descriptionHasBeenSet = true;
46 m_description = std::forward<DescriptionT>(value);
47 }
48 template <typename DescriptionT = Aws::String>
50 SetDescription(std::forward<DescriptionT>(value));
51 return *this;
52 }
54
56
59 inline const Aws::String& GetRegistryArn() const { return m_registryArn; }
60 inline bool RegistryArnHasBeenSet() const { return m_registryArnHasBeenSet; }
61 template <typename RegistryArnT = Aws::String>
62 void SetRegistryArn(RegistryArnT&& value) {
63 m_registryArnHasBeenSet = true;
64 m_registryArn = std::forward<RegistryArnT>(value);
65 }
66 template <typename RegistryArnT = Aws::String>
68 SetRegistryArn(std::forward<RegistryArnT>(value));
69 return *this;
70 }
72
74
77 inline const Aws::String& GetRegistryName() const { return m_registryName; }
78 inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; }
79 template <typename RegistryNameT = Aws::String>
80 void SetRegistryName(RegistryNameT&& value) {
81 m_registryNameHasBeenSet = true;
82 m_registryName = std::forward<RegistryNameT>(value);
83 }
84 template <typename RegistryNameT = Aws::String>
86 SetRegistryName(std::forward<RegistryNameT>(value));
87 return *this;
88 }
90 private:
91 Aws::String m_description;
92
93 Aws::String m_registryArn;
94
95 Aws::String m_registryName;
96 bool m_descriptionHasBeenSet = false;
97 bool m_registryArnHasBeenSet = false;
98 bool m_registryNameHasBeenSet = false;
99};
100
101} // namespace Model
102} // namespace SecurityHub
103} // namespace Aws
AwsEventSchemasRegistryDetails & WithDescription(DescriptionT &&value)
AwsEventSchemasRegistryDetails & WithRegistryArn(RegistryArnT &&value)
AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsEventSchemasRegistryDetails & WithRegistryName(RegistryNameT &&value)
AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue