AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DeleteRegistryResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/RegistryStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
29 {
30 public:
31 AWS_GLUE_API DeleteRegistryResult() = default;
34
35
37
40 inline const Aws::String& GetRegistryName() const { return m_registryName; }
41 template<typename RegistryNameT = Aws::String>
42 void SetRegistryName(RegistryNameT&& value) { m_registryNameHasBeenSet = true; m_registryName = std::forward<RegistryNameT>(value); }
43 template<typename RegistryNameT = Aws::String>
44 DeleteRegistryResult& WithRegistryName(RegistryNameT&& value) { SetRegistryName(std::forward<RegistryNameT>(value)); return *this;}
46
48
51 inline const Aws::String& GetRegistryArn() const { return m_registryArn; }
52 template<typename RegistryArnT = Aws::String>
53 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet = true; m_registryArn = std::forward<RegistryArnT>(value); }
54 template<typename RegistryArnT = Aws::String>
55 DeleteRegistryResult& WithRegistryArn(RegistryArnT&& value) { SetRegistryArn(std::forward<RegistryArnT>(value)); return *this;}
57
59
63 inline RegistryStatus GetStatus() const { return m_status; }
64 inline void SetStatus(RegistryStatus value) { m_statusHasBeenSet = true; m_status = value; }
65 inline DeleteRegistryResult& WithStatus(RegistryStatus value) { SetStatus(value); return *this;}
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
71 template<typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
73 template<typename RequestIdT = Aws::String>
74 DeleteRegistryResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_registryName;
79 bool m_registryNameHasBeenSet = false;
80
81 Aws::String m_registryArn;
82 bool m_registryArnHasBeenSet = false;
83
85 bool m_statusHasBeenSet = false;
86
87 Aws::String m_requestId;
88 bool m_requestIdHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace Glue
93} // 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