AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AwsEventSchemasRegistryDetails.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
35 {
36 public:
37 AWS_SECURITYHUB_API AwsEventSchemasRegistryDetails() = default;
40 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetDescription() const { return m_description; }
48 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
49 template<typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
51 template<typename DescriptionT = Aws::String>
52 AwsEventSchemasRegistryDetails& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
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) { m_registryArnHasBeenSet = true; m_registryArn = std::forward<RegistryArnT>(value); }
63 template<typename RegistryArnT = Aws::String>
64 AwsEventSchemasRegistryDetails& WithRegistryArn(RegistryArnT&& value) { SetRegistryArn(std::forward<RegistryArnT>(value)); return *this;}
66
68
71 inline const Aws::String& GetRegistryName() const { return m_registryName; }
72 inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; }
73 template<typename RegistryNameT = Aws::String>
74 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet = true; m_registryName = std::forward<RegistryNameT>(value); }
75 template<typename RegistryNameT = Aws::String>
76 AwsEventSchemasRegistryDetails& WithRegistryName(RegistryNameT&& value) { SetRegistryName(std::forward<RegistryNameT>(value)); return *this;}
78 private:
79
80 Aws::String m_description;
81 bool m_descriptionHasBeenSet = false;
82
83 Aws::String m_registryArn;
84 bool m_registryArnHasBeenSet = false;
85
86 Aws::String m_registryName;
87 bool m_registryNameHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace SecurityHub
92} // 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