7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSMRequest.h>
10#include <aws/ssm/SSM_EXPORTS.h>
49 template <
typename NamesT = Aws::Vector<Aws::String>>
51 m_namesHasBeenSet =
true;
52 m_names = std::forward<NamesT>(value);
54 template <
typename NamesT = Aws::Vector<Aws::String>>
56 SetNames(std::forward<NamesT>(value));
59 template <
typename NamesT = Aws::String>
61 m_namesHasBeenSet =
true;
62 m_names.emplace_back(std::forward<NamesT>(value));
76 m_withDecryptionHasBeenSet =
true;
77 m_withDecryption = value;
87 bool m_withDecryption{
false};
88 bool m_namesHasBeenSet =
false;
89 bool m_withDecryptionHasBeenSet =
false;
AWS_SSM_API GetParametersRequest()=default
bool WithDecryptionHasBeenSet() const
void SetNames(NamesT &&value)
GetParametersRequest & AddNames(NamesT &&value)
GetParametersRequest & WithWithDecryption(bool value)
void SetWithDecryption(bool value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SSM_API Aws::String SerializePayload() const override
GetParametersRequest & WithNames(NamesT &&value)
bool GetWithDecryption() const
const Aws::Vector< Aws::String > & GetNames() const
virtual const char * GetServiceRequestName() const override
bool NamesHasBeenSet() 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