7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSMRequest.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/ParameterStringFilter.h>
46 template <
typename PathT = Aws::String>
48 m_pathHasBeenSet =
true;
49 m_path = std::forward<PathT>(value);
51 template <
typename PathT = Aws::String>
53 SetPath(std::forward<PathT>(value));
71 m_recursiveHasBeenSet =
true;
91 template <
typename ParameterFiltersT = Aws::Vector<ParameterStringFilter>>
93 m_parameterFiltersHasBeenSet =
true;
94 m_parameterFilters = std::forward<ParameterFiltersT>(value);
96 template <
typename ParameterFiltersT = Aws::Vector<ParameterStringFilter>>
101 template <
typename ParameterFiltersT = ParameterStringFilter>
103 m_parameterFiltersHasBeenSet =
true;
104 m_parameterFilters.emplace_back(std::forward<ParameterFiltersT>(value));
116 m_withDecryptionHasBeenSet =
true;
117 m_withDecryption = value;
134 m_maxResultsHasBeenSet =
true;
135 m_maxResults = value;
150 template <
typename NextTokenT = Aws::String>
152 m_nextTokenHasBeenSet =
true;
153 m_nextToken = std::forward<NextTokenT>(value);
155 template <
typename NextTokenT = Aws::String>
164 bool m_recursive{
false};
168 bool m_withDecryption{
false};
173 bool m_pathHasBeenSet =
false;
174 bool m_recursiveHasBeenSet =
false;
175 bool m_parameterFiltersHasBeenSet =
false;
176 bool m_withDecryptionHasBeenSet =
false;
177 bool m_maxResultsHasBeenSet =
false;
178 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
AWS_SSM_API GetParametersByPathRequest()=default
GetParametersByPathRequest & WithWithDecryption(bool value)
bool MaxResultsHasBeenSet() const
GetParametersByPathRequest & WithMaxResults(int value)
void SetPath(PathT &&value)
void SetParameterFilters(ParameterFiltersT &&value)
GetParametersByPathRequest & WithParameterFilters(ParameterFiltersT &&value)
const Aws::String & GetPath() const
bool WithDecryptionHasBeenSet() const
void SetWithDecryption(bool value)
void SetNextToken(NextTokenT &&value)
bool ParameterFiltersHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
const Aws::Vector< ParameterStringFilter > & GetParameterFilters() const
bool GetWithDecryption() const
AWS_SSM_API Aws::String SerializePayload() const override
GetParametersByPathRequest & AddParameterFilters(ParameterFiltersT &&value)
virtual const char * GetServiceRequestName() const override
GetParametersByPathRequest & WithPath(PathT &&value)
bool PathHasBeenSet() const
GetParametersByPathRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
void SetRecursive(bool value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RecursiveHasBeenSet() const
GetParametersByPathRequest & WithRecursive(bool value)
bool GetRecursive() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector