7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace SecretsManager {
34 template <
typename ARNT = Aws::String>
36 m_aRNHasBeenSet =
true;
37 m_aRN = std::forward<ARNT>(value);
39 template <
typename ARNT = Aws::String>
41 SetARN(std::forward<ARNT>(value));
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
68 template <
typename VersionIdT = Aws::String>
70 m_versionIdHasBeenSet =
true;
71 m_versionId = std::forward<VersionIdT>(value);
73 template <
typename VersionIdT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_aRNHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 bool m_versionIdHasBeenSet =
false;
105 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)
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