7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
64 inline void SetWithDecryption(
bool value) { m_withDecryptionHasBeenSet =
true; m_withDecryption = value; }
70 bool m_nameHasBeenSet =
false;
72 bool m_withDecryption{
false};
73 bool m_withDecryptionHasBeenSet =
false;
bool WithDecryptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetWithDecryption(bool value)
GetParameterRequest & WithWithDecryption(bool value)
bool GetWithDecryption() const
void SetName(NameT &&value)
AWS_SSM_API GetParameterRequest()=default
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetParameterRequest & WithName(NameT &&value)
AWS_SSM_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String