7#include <aws/core/utils/DateTime.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));
72 template <
typename DeletionDateT = Aws::Utils::DateTime>
74 m_deletionDateHasBeenSet =
true;
75 m_deletionDate = std::forward<DeletionDateT>(value);
77 template <
typename DeletionDateT = Aws::Utils::DateTime>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
106 bool m_aRNHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
108 bool m_deletionDateHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
AWS_SECRETSMANAGER_API DeleteSecretResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetDeletionDate() const
void SetRequestId(RequestIdT &&value)
AWS_SECRETSMANAGER_API DeleteSecretResult()=default
DeleteSecretResult & WithARN(ARNT &&value)
AWS_SECRETSMANAGER_API DeleteSecretResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSecretResult & WithDeletionDate(DeletionDateT &&value)
DeleteSecretResult & WithName(NameT &&value)
void SetARN(ARNT &&value)
void SetDeletionDate(DeletionDateT &&value)
DeleteSecretResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetARN() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue