7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
60 inline void SetWithDecryption(
bool value) { m_withDecryptionHasBeenSet =
true; m_withDecryption = value; }
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
93 bool m_nameHasBeenSet =
false;
95 bool m_withDecryption;
96 bool m_withDecryptionHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
GetParameterHistoryRequest & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
GetParameterHistoryRequest & WithWithDecryption(bool value)
AWS_SSM_API GetParameterHistoryRequest()
bool WithDecryptionHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_SSM_API Aws::String SerializePayload() const override
void SetWithDecryption(bool value)
int GetMaxResults() const
void SetName(const char *value)
GetParameterHistoryRequest & WithName(const char *value)
bool MaxResultsHasBeenSet() const
GetParameterHistoryRequest & WithNextToken(const Aws::String &value)
GetParameterHistoryRequest & WithNextToken(const char *value)
GetParameterHistoryRequest & WithName(const Aws::String &value)
const Aws::String & GetName() const
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetWithDecryption() const
GetParameterHistoryRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
GetParameterHistoryRequest & WithNextToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String