7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/secretsmanager/SecretsManagerRequest.h>
12#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
17namespace SecretsManager {
46 template <
typename SecretIdT = Aws::String>
48 m_secretIdHasBeenSet =
true;
49 m_secretId = std::forward<SecretIdT>(value);
51 template <
typename SecretIdT = Aws::String>
86 template <
typename ClientRequestTokenT = Aws::String>
88 m_clientRequestTokenHasBeenSet =
true;
89 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
91 template <
typename ClientRequestTokenT = Aws::String>
111 template <
typename SecretBinaryT = Aws::Utils::CryptoBuffer>
113 m_secretBinaryHasBeenSet =
true;
114 m_secretBinary = std::forward<SecretBinaryT>(value);
116 template <
typename SecretBinaryT = Aws::Utils::CryptoBuffer>
135 template <
typename SecretStringT = Aws::String>
137 m_secretStringHasBeenSet =
true;
138 m_secretString = std::forward<SecretStringT>(value);
140 template <
typename SecretStringT = Aws::String>
162 template <
typename VersionStagesT = Aws::Vector<Aws::String>>
164 m_versionStagesHasBeenSet =
true;
165 m_versionStages = std::forward<VersionStagesT>(value);
167 template <
typename VersionStagesT = Aws::Vector<Aws::String>>
172 template <
typename VersionStagesT = Aws::String>
174 m_versionStagesHasBeenSet =
true;
175 m_versionStages.emplace_back(std::forward<VersionStagesT>(value));
198 template <
typename RotationTokenT = Aws::String>
200 m_rotationTokenHasBeenSet =
true;
201 m_rotationToken = std::forward<RotationTokenT>(value);
203 template <
typename RotationTokenT = Aws::String>
221 bool m_secretIdHasBeenSet =
false;
222 bool m_clientRequestTokenHasBeenSet =
true;
223 bool m_secretBinaryHasBeenSet =
false;
224 bool m_secretStringHasBeenSet =
false;
225 bool m_versionStagesHasBeenSet =
false;
226 bool m_rotationTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECRETSMANAGER_API PutSecretValueRequest()=default
PutSecretValueRequest & AddVersionStages(VersionStagesT &&value)
PutSecretValueRequest & WithSecretId(SecretIdT &&value)
const Aws::Vector< Aws::String > & GetVersionStages() const
PutSecretValueRequest & WithVersionStages(VersionStagesT &&value)
bool VersionStagesHasBeenSet() const
bool SecretBinaryHasBeenSet() const
bool RotationTokenHasBeenSet() const
PutSecretValueRequest & WithRotationToken(RotationTokenT &&value)
AWS_SECRETSMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ClientRequestTokenHasBeenSet() const
void SetSecretString(SecretStringT &&value)
const Aws::String & GetSecretId() const
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetRotationToken(RotationTokenT &&value)
PutSecretValueRequest & WithSecretString(SecretStringT &&value)
PutSecretValueRequest & WithSecretBinary(SecretBinaryT &&value)
void SetSecretBinary(SecretBinaryT &&value)
const Aws::Utils::CryptoBuffer & GetSecretBinary() const
bool SecretStringHasBeenSet() const
const Aws::String & GetSecretString() const
PutSecretValueRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetRotationToken() const
bool SecretIdHasBeenSet() const
void SetVersionStages(VersionStagesT &&value)
AWS_SECRETSMANAGER_API Aws::String SerializePayload() const override
const Aws::String & GetClientRequestToken() const
void SetSecretId(SecretIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector