7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/secretsmanager/SecretsManagerRequest.h>
10#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
11#include <aws/secretsmanager/model/Filter.h>
16namespace SecretsManager {
42 template <
typename SecretIdListT = Aws::Vector<Aws::String>>
44 m_secretIdListHasBeenSet =
true;
45 m_secretIdList = std::forward<SecretIdListT>(value);
47 template <
typename SecretIdListT = Aws::Vector<Aws::String>>
52 template <
typename SecretIdListT = Aws::String>
54 m_secretIdListHasBeenSet =
true;
55 m_secretIdList.emplace_back(std::forward<SecretIdListT>(value));
67 template <
typename FiltersT = Aws::Vector<Filter>>
69 m_filtersHasBeenSet =
true;
70 m_filters = std::forward<FiltersT>(value);
72 template <
typename FiltersT = Aws::Vector<Filter>>
77 template <
typename FiltersT = Filter>
79 m_filtersHasBeenSet =
true;
80 m_filters.emplace_back(std::forward<FiltersT>(value));
97 m_maxResultsHasBeenSet =
true;
114 template <
typename NextTokenT = Aws::String>
116 m_nextTokenHasBeenSet =
true;
117 m_nextToken = std::forward<NextTokenT>(value);
119 template <
typename NextTokenT = Aws::String>
133 bool m_secretIdListHasBeenSet =
false;
134 bool m_filtersHasBeenSet =
false;
135 bool m_maxResultsHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
bool SecretIdListHasBeenSet() const
int GetMaxResults() const
AWS_SECRETSMANAGER_API BatchGetSecretValueRequest()=default
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetFilters(FiltersT &&value)
const Aws::Vector< Filter > & GetFilters() const
AWS_SECRETSMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetSecretValueRequest & WithNextToken(NextTokenT &&value)
BatchGetSecretValueRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetSecretIdList() const
BatchGetSecretValueRequest & AddFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
void SetSecretIdList(SecretIdListT &&value)
BatchGetSecretValueRequest & WithSecretIdList(SecretIdListT &&value)
void SetMaxResults(int value)
BatchGetSecretValueRequest & WithFilters(FiltersT &&value)
BatchGetSecretValueRequest & AddSecretIdList(SecretIdListT &&value)
AWS_SECRETSMANAGER_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
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