7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
67 m_withDecryptionHasBeenSet =
true;
68 m_withDecryption = value;
78 bool m_withDecryption{
false};
79 bool m_nameHasBeenSet =
false;
80 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