AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CancelRotateSecretResult.h
1
6#pragma once
7#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace SecretsManager
24{
25namespace Model
26{
28 {
29 public:
30 AWS_SECRETSMANAGER_API CancelRotateSecretResult();
33
34
36
39 inline const Aws::String& GetARN() const{ return m_aRN; }
40 inline void SetARN(const Aws::String& value) { m_aRN = value; }
41 inline void SetARN(Aws::String&& value) { m_aRN = std::move(value); }
42 inline void SetARN(const char* value) { m_aRN.assign(value); }
43 inline CancelRotateSecretResult& WithARN(const Aws::String& value) { SetARN(value); return *this;}
44 inline CancelRotateSecretResult& WithARN(Aws::String&& value) { SetARN(std::move(value)); return *this;}
45 inline CancelRotateSecretResult& WithARN(const char* value) { SetARN(value); return *this;}
47
49
52 inline const Aws::String& GetName() const{ return m_name; }
53 inline void SetName(const Aws::String& value) { m_name = value; }
54 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
55 inline void SetName(const char* value) { m_name.assign(value); }
56 inline CancelRotateSecretResult& WithName(const Aws::String& value) { SetName(value); return *this;}
57 inline CancelRotateSecretResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
58 inline CancelRotateSecretResult& WithName(const char* value) { SetName(value); return *this;}
60
62
70 inline const Aws::String& GetVersionId() const{ return m_versionId; }
71 inline void SetVersionId(const Aws::String& value) { m_versionId = value; }
72 inline void SetVersionId(Aws::String&& value) { m_versionId = std::move(value); }
73 inline void SetVersionId(const char* value) { m_versionId.assign(value); }
74 inline CancelRotateSecretResult& WithVersionId(const Aws::String& value) { SetVersionId(value); return *this;}
75 inline CancelRotateSecretResult& WithVersionId(Aws::String&& value) { SetVersionId(std::move(value)); return *this;}
76 inline CancelRotateSecretResult& WithVersionId(const char* value) { SetVersionId(value); return *this;}
78
80
81 inline const Aws::String& GetRequestId() const{ return m_requestId; }
82 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
83 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
84 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
85 inline CancelRotateSecretResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
86 inline CancelRotateSecretResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
87 inline CancelRotateSecretResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
89 private:
90
91 Aws::String m_aRN;
92
93 Aws::String m_name;
94
95 Aws::String m_versionId;
96
97 Aws::String m_requestId;
98 };
99
100} // namespace Model
101} // namespace SecretsManager
102} // namespace Aws
CancelRotateSecretResult & WithName(const char *value)
CancelRotateSecretResult & WithVersionId(Aws::String &&value)
CancelRotateSecretResult & WithName(Aws::String &&value)
CancelRotateSecretResult & WithARN(Aws::String &&value)
CancelRotateSecretResult & WithVersionId(const char *value)
CancelRotateSecretResult & WithVersionId(const Aws::String &value)
AWS_SECRETSMANAGER_API CancelRotateSecretResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelRotateSecretResult & WithRequestId(const char *value)
CancelRotateSecretResult & WithARN(const Aws::String &value)
CancelRotateSecretResult & WithRequestId(const Aws::String &value)
CancelRotateSecretResult & WithName(const Aws::String &value)
CancelRotateSecretResult & WithARN(const char *value)
AWS_SECRETSMANAGER_API CancelRotateSecretResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelRotateSecretResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue