AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
DeleteRegistryResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/RegistryStatus.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Glue {
23namespace Model {
25 public:
26 AWS_GLUE_API DeleteRegistryResult() = default;
29
31
34 inline const Aws::String& GetRegistryName() const { return m_registryName; }
35 template <typename RegistryNameT = Aws::String>
36 void SetRegistryName(RegistryNameT&& value) {
37 m_registryNameHasBeenSet = true;
38 m_registryName = std::forward<RegistryNameT>(value);
39 }
40 template <typename RegistryNameT = Aws::String>
41 DeleteRegistryResult& WithRegistryName(RegistryNameT&& value) {
42 SetRegistryName(std::forward<RegistryNameT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetRegistryArn() const { return m_registryArn; }
52 template <typename RegistryArnT = Aws::String>
53 void SetRegistryArn(RegistryArnT&& value) {
54 m_registryArnHasBeenSet = true;
55 m_registryArn = std::forward<RegistryArnT>(value);
56 }
57 template <typename RegistryArnT = Aws::String>
58 DeleteRegistryResult& WithRegistryArn(RegistryArnT&& value) {
59 SetRegistryArn(std::forward<RegistryArnT>(value));
60 return *this;
61 }
63
65
69 inline RegistryStatus GetStatus() const { return m_status; }
70 inline void SetStatus(RegistryStatus value) {
71 m_statusHasBeenSet = true;
72 m_status = value;
73 }
75 SetStatus(value);
76 return *this;
77 }
79
81
82 inline const Aws::String& GetRequestId() const { return m_requestId; }
83 template <typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) {
85 m_requestIdHasBeenSet = true;
86 m_requestId = std::forward<RequestIdT>(value);
87 }
88 template <typename RequestIdT = Aws::String>
89 DeleteRegistryResult& WithRequestId(RequestIdT&& value) {
90 SetRequestId(std::forward<RequestIdT>(value));
91 return *this;
92 }
94 private:
95 Aws::String m_registryName;
96 bool m_registryNameHasBeenSet = false;
97
98 Aws::String m_registryArn;
99 bool m_registryArnHasBeenSet = false;
100
102 bool m_statusHasBeenSet = false;
103
104 Aws::String m_requestId;
105 bool m_requestIdHasBeenSet = false;
106};
107
108} // namespace Model
109} // namespace Glue
110} // namespace Aws
const Aws::String & GetRegistryName() const
DeleteRegistryResult & WithRegistryArn(RegistryArnT &&value)
AWS_GLUE_API DeleteRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRegistryResult & WithStatus(RegistryStatus value)
AWS_GLUE_API DeleteRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryName(RegistryNameT &&value)
AWS_GLUE_API DeleteRegistryResult()=default
const Aws::String & GetRegistryArn() const
DeleteRegistryResult & WithRegistryName(RegistryNameT &&value)
DeleteRegistryResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue