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));
73 template <
typename VersionIdT = Aws::String>
75 m_versionIdHasBeenSet =
true;
76 m_versionId = std::forward<VersionIdT>(value);
78 template <
typename VersionIdT = Aws::String>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
107 bool m_aRNHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
109 bool m_versionIdHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
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