7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
61 m_withDecryptionHasBeenSet =
true;
62 m_withDecryption = value;
79 m_maxResultsHasBeenSet =
true;
95 template <
typename NextTokenT = Aws::String>
97 m_nextTokenHasBeenSet =
true;
98 m_nextToken = std::forward<NextTokenT>(value);
100 template <
typename NextTokenT = Aws::String>
109 bool m_withDecryption{
false};
114 bool m_nameHasBeenSet =
false;
115 bool m_withDecryptionHasBeenSet =
false;
116 bool m_maxResultsHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
GetParameterHistoryRequest & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_SSM_API GetParameterHistoryRequest()=default
GetParameterHistoryRequest & WithWithDecryption(bool value)
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 SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetName() const
GetParameterHistoryRequest & WithNextToken(NextTokenT &&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
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String