AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateRegistryResult.h
1
6#pragma once
7#include <aws/schemas/Schemas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.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 Schemas
25{
26namespace Model
27{
29 {
30 public:
31 AWS_SCHEMAS_API UpdateRegistryResult();
34
35
37
40 inline const Aws::String& GetDescription() const{ return m_description; }
41 inline void SetDescription(const Aws::String& value) { m_description = value; }
42 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
43 inline void SetDescription(const char* value) { m_description.assign(value); }
44 inline UpdateRegistryResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
45 inline UpdateRegistryResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
46 inline UpdateRegistryResult& WithDescription(const char* value) { SetDescription(value); return *this;}
48
50
53 inline const Aws::String& GetRegistryArn() const{ return m_registryArn; }
54 inline void SetRegistryArn(const Aws::String& value) { m_registryArn = value; }
55 inline void SetRegistryArn(Aws::String&& value) { m_registryArn = std::move(value); }
56 inline void SetRegistryArn(const char* value) { m_registryArn.assign(value); }
57 inline UpdateRegistryResult& WithRegistryArn(const Aws::String& value) { SetRegistryArn(value); return *this;}
58 inline UpdateRegistryResult& WithRegistryArn(Aws::String&& value) { SetRegistryArn(std::move(value)); return *this;}
59 inline UpdateRegistryResult& WithRegistryArn(const char* value) { SetRegistryArn(value); return *this;}
61
63
66 inline const Aws::String& GetRegistryName() const{ return m_registryName; }
67 inline void SetRegistryName(const Aws::String& value) { m_registryName = value; }
68 inline void SetRegistryName(Aws::String&& value) { m_registryName = std::move(value); }
69 inline void SetRegistryName(const char* value) { m_registryName.assign(value); }
70 inline UpdateRegistryResult& WithRegistryName(const Aws::String& value) { SetRegistryName(value); return *this;}
71 inline UpdateRegistryResult& WithRegistryName(Aws::String&& value) { SetRegistryName(std::move(value)); return *this;}
72 inline UpdateRegistryResult& WithRegistryName(const char* value) { SetRegistryName(value); return *this;}
74
76
79 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
80 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tags = value; }
81 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tags = std::move(value); }
82 inline UpdateRegistryResult& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(value); return *this;}
83 inline UpdateRegistryResult& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
84 inline UpdateRegistryResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; }
85 inline UpdateRegistryResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; }
86 inline UpdateRegistryResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
87 inline UpdateRegistryResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; }
88 inline UpdateRegistryResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
89 inline UpdateRegistryResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; }
90 inline UpdateRegistryResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; }
92
94
95 inline const Aws::String& GetRequestId() const{ return m_requestId; }
96 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
97 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
98 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
99 inline UpdateRegistryResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
100 inline UpdateRegistryResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
101 inline UpdateRegistryResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
103 private:
104
105 Aws::String m_description;
106
107 Aws::String m_registryArn;
108
109 Aws::String m_registryName;
110
112
113 Aws::String m_requestId;
114 };
115
116} // namespace Model
117} // namespace Schemas
118} // namespace Aws
UpdateRegistryResult & WithDescription(const char *value)
UpdateRegistryResult & WithRegistryName(const Aws::String &value)
void SetRegistryName(const Aws::String &value)
UpdateRegistryResult & WithRegistryArn(const char *value)
UpdateRegistryResult & AddTags(Aws::String &&key, Aws::String &&value)
UpdateRegistryResult & WithRequestId(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
UpdateRegistryResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
UpdateRegistryResult & AddTags(Aws::String &&key, const char *value)
UpdateRegistryResult & WithRegistryName(Aws::String &&value)
UpdateRegistryResult & WithRequestId(Aws::String &&value)
UpdateRegistryResult & AddTags(const Aws::String &key, const Aws::String &value)
UpdateRegistryResult & AddTags(Aws::String &&key, const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
UpdateRegistryResult & AddTags(const char *key, const char *value)
UpdateRegistryResult & WithDescription(Aws::String &&value)
UpdateRegistryResult & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
AWS_SCHEMAS_API UpdateRegistryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegistryArn(const Aws::String &value)
UpdateRegistryResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
UpdateRegistryResult & WithRegistryArn(const Aws::String &value)
UpdateRegistryResult & WithRequestId(const Aws::String &value)
UpdateRegistryResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetRequestId(const Aws::String &value)
UpdateRegistryResult & WithRegistryArn(Aws::String &&value)
UpdateRegistryResult & WithRegistryName(const char *value)
AWS_SCHEMAS_API UpdateRegistryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateRegistryResult & AddTags(const char *key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue