7#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace SecretsManager
40 template<
typename ARNT = Aws::String>
41 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
42 template<
typename ARNT = Aws::String>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
67 template<
typename VersionIdT = Aws::String>
68 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
69 template<
typename VersionIdT = Aws::String>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_aRNHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 bool m_versionIdHasBeenSet =
false;
93 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