7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename NamesT = Aws::Vector<Aws::String>>
54 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
55 template<
typename NamesT = Aws::Vector<Aws::String>>
57 template<
typename NamesT = Aws::String>
69 inline void SetWithDecryption(
bool value) { m_withDecryptionHasBeenSet =
true; m_withDecryption = value; }
75 bool m_namesHasBeenSet =
false;
77 bool m_withDecryption{
false};
78 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