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