7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
58 inline void SetWithDecryption(
bool value) { m_withDecryptionHasBeenSet =
true; m_withDecryption = value; }
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
89 bool m_nameHasBeenSet =
false;
91 bool m_withDecryption{
false};
92 bool m_withDecryptionHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 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