7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace SecretsManager {
35 template <
typename ARNT = Aws::String>
37 m_aRNHasBeenSet =
true;
38 m_aRN = std::forward<ARNT>(value);
40 template <
typename ARNT = Aws::String>
42 SetARN(std::forward<ARNT>(value));
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
74 template <
typename VersionIdT = Aws::String>
76 m_versionIdHasBeenSet =
true;
77 m_versionId = std::forward<VersionIdT>(value);
79 template <
typename VersionIdT = Aws::String>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_aRNHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
113 bool m_versionIdHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetARN() const
CancelRotateSecretResult & WithARN(ARNT &&value)
CancelRotateSecretResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVersionId() const
CancelRotateSecretResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
CancelRotateSecretResult & WithVersionId(VersionIdT &&value)
AWS_SECRETSMANAGER_API CancelRotateSecretResult()=default
void SetVersionId(VersionIdT &&value)
AWS_SECRETSMANAGER_API CancelRotateSecretResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
void SetARN(ARNT &&value)
const Aws::String & GetRequestId() const
AWS_SECRETSMANAGER_API CancelRotateSecretResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue