AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RegistryId.h
1
6#pragma once
7#include <aws/glue/Glue_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 Glue
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GLUE_API RegistryId();
36 AWS_GLUE_API RegistryId(Aws::Utils::Json::JsonView jsonValue);
39
40
42
46 inline const Aws::String& GetRegistryName() const{ return m_registryName; }
47 inline bool RegistryNameHasBeenSet() const { return m_registryNameHasBeenSet; }
48 inline void SetRegistryName(const Aws::String& value) { m_registryNameHasBeenSet = true; m_registryName = value; }
49 inline void SetRegistryName(Aws::String&& value) { m_registryNameHasBeenSet = true; m_registryName = std::move(value); }
50 inline void SetRegistryName(const char* value) { m_registryNameHasBeenSet = true; m_registryName.assign(value); }
51 inline RegistryId& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;}
52 inline RegistryId& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;}
53 inline RegistryId& WithRegistryName(const char* value) { SetRegistryName(value); return *this;}
55
57
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 RegistryId& WithRegistryArn(const Aws::String& value) { SetRegistryArn(value); return *this;}
67 inline RegistryId& WithRegistryArn(Aws::String&& value) { SetRegistryArn(std::move(value)); return *this;}
68 inline RegistryId& WithRegistryArn(const char* value) { SetRegistryArn(value); return *this;}
70 private:
71
72 Aws::String m_registryName;
73 bool m_registryNameHasBeenSet = false;
74
75 Aws::String m_registryArn;
76 bool m_registryArnHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace Glue
81} // namespace Aws
RegistryId & WithRegistryArn(const Aws::String &value)
Definition RegistryId.h:66
bool RegistryArnHasBeenSet() const
Definition RegistryId.h:62
AWS_GLUE_API RegistryId(Aws::Utils::Json::JsonView jsonValue)
RegistryId & WithRegistryArn(Aws::String &&value)
Definition RegistryId.h:67
AWS_GLUE_API RegistryId & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRegistryArn(const Aws::String &value)
Definition RegistryId.h:63
void SetRegistryName(const char *value)
Definition RegistryId.h:50
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RegistryId & WithRegistryArn(const char *value)
Definition RegistryId.h:68
void SetRegistryArn(const char *value)
Definition RegistryId.h:65
bool RegistryNameHasBeenSet() const
Definition RegistryId.h:47
RegistryId & WithRegistryName(Aws::String &&value)
Definition RegistryId.h:52
const Aws::String & GetRegistryArn() const
Definition RegistryId.h:61
void SetRegistryArn(Aws::String &&value)
Definition RegistryId.h:64
RegistryId & WithRegistryName(const char *value)
Definition RegistryId.h:53
void SetRegistryName(Aws::String &&value)
Definition RegistryId.h:49
void SetRegistryName(const Aws::String &value)
Definition RegistryId.h:48
const Aws::String & GetRegistryName() const
Definition RegistryId.h:46
RegistryId & WithRegistryName(const Aws::String &value)
Definition RegistryId.h:51
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue