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));
69 template <
typename VersionIdT = Aws::String>
71 m_versionIdHasBeenSet =
true;
72 m_versionId = std::forward<VersionIdT>(value);
74 template <
typename VersionIdT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_aRNHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
108 bool m_versionIdHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetVersionId() const
void SetVersionId(VersionIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
const Aws::String & GetARN() const
RotateSecretResult & WithRequestId(RequestIdT &&value)
RotateSecretResult & WithARN(ARNT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetName(NameT &&value)
RotateSecretResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SECRETSMANAGER_API RotateSecretResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetARN(ARNT &&value)
RotateSecretResult & WithVersionId(VersionIdT &&value)
AWS_SECRETSMANAGER_API RotateSecretResult()=default
AWS_SECRETSMANAGER_API RotateSecretResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue