AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
50 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
51 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
52 inline AwsEventSchemasRegistryDetails& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
53 inline AwsEventSchemasRegistryDetails& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
54 inline AwsEventSchemasRegistryDetails& WithDescription(const char* value) { SetDescription(value); return *this;}
56
58
61 inline const Aws::String& GetRegistryArn() const{ return m_registryArn; }
62 inline bool RegistryArnHasBeenSet() const { return m_registryArnHasBeenSet; }
63 inline void SetRegistryArn(const Aws::String& value) { m_registryArnHasBeenSet = true; m_registryArn = value; }
64 inline void SetRegistryArn(Aws::String&& value) { m_registryArnHasBeenSet = true; m_registryArn = std::move(value); }
65 inline void SetRegistryArn(const char* value) { m_registryArnHasBeenSet = true; m_registryArn.assign(value); }
66 inline AwsEventSchemasRegistryDetails& WithRegistryArn(const Aws::String& value) { SetRegistryArn(value); return *this;}
67 inline AwsEventSchemasRegistryDetails& WithRegistryArn(Aws::String&& value) { SetRegistryArn(std::move(value)); return *this;}
68 inline AwsEventSchemasRegistryDetails& WithRegistryArn(const char* value) { SetRegistryArn(value); return *this;}
70
72
75 inline const Aws::String& GetRegistryName() const{ return m_registryName; }
76 inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; }
77 inline void SetRegistryName(const Aws::String& value) { m_registryNameHasBeenSet = true; m_registryName = value; }
78 inline void SetRegistryName(Aws::String&& value) { m_registryNameHasBeenSet = true; m_registryName = std::move(value); }
79 inline void SetRegistryName(const char* value) { m_registryNameHasBeenSet = true; m_registryName.assign(value); }
80 inline AwsEventSchemasRegistryDetails& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;}
81 inline AwsEventSchemasRegistryDetails& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;}
82 inline AwsEventSchemasRegistryDetails& WithRegistryName(const char* value) { SetRegistryName(value); return *this;}
84 private:
85
86 Aws::String m_description;
87 bool m_descriptionHasBeenSet = false;
88
89 Aws::String m_registryArn;
90 bool m_registryArnHasBeenSet = false;
91
92 Aws::String m_registryName;
93 bool m_registryNameHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace SecurityHub
98} // namespace Aws
AwsEventSchemasRegistryDetails & WithRegistryName(const char *value)
AwsEventSchemasRegistryDetails & WithDescription(const Aws::String &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 & WithRegistryArn(const Aws::String &value)
AwsEventSchemasRegistryDetails & WithRegistryArn(const char *value)
AwsEventSchemasRegistryDetails & WithRegistryArn(Aws::String &&value)
AwsEventSchemasRegistryDetails & WithDescription(Aws::String &&value)
AwsEventSchemasRegistryDetails & WithRegistryName(Aws::String &&value)
AwsEventSchemasRegistryDetails & WithRegistryName(const Aws::String &value)
AwsEventSchemasRegistryDetails & WithDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue