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