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>
70 inline void SetWithDecryption(
bool value) { m_withDecryptionHasBeenSet =
true; m_withDecryption = value; }
76 bool m_namesHasBeenSet =
false;
78 bool m_withDecryption;
79 bool m_withDecryptionHasBeenSet =
false;
GetParametersRequest & AddNames(Aws::String &&value)
GetParametersRequest & AddNames(const char *value)
GetParametersRequest & WithNames(Aws::Vector< Aws::String > &&value)
AWS_SSM_API GetParametersRequest()
bool WithDecryptionHasBeenSet() const
GetParametersRequest & WithNames(const Aws::Vector< Aws::String > &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
void SetNames(Aws::Vector< Aws::String > &&value)
bool GetWithDecryption() const
GetParametersRequest & AddNames(const Aws::String &value)
const Aws::Vector< Aws::String > & GetNames() const
virtual const char * GetServiceRequestName() const override
bool NamesHasBeenSet() const
void SetNames(const Aws::Vector< Aws::String > &value)
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