7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ssm/model/ParameterStringFilter.h>
50 template<
typename PathT = Aws::String>
51 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
52 template<
typename PathT = Aws::String>
68 inline void SetRecursive(
bool value) { m_recursiveHasBeenSet =
true; m_recursive = value; }
83 template<
typename ParameterFiltersT = Aws::Vector<ParameterStringFilter>>
84 void SetParameterFilters(ParameterFiltersT&& value) { m_parameterFiltersHasBeenSet =
true; m_parameterFilters = std::forward<ParameterFiltersT>(value); }
85 template<
typename ParameterFiltersT = Aws::Vector<ParameterStringFilter>>
87 template<
typename ParameterFiltersT = ParameterStringFilter>
97 inline void SetWithDecryption(
bool value) { m_withDecryptionHasBeenSet =
true; m_withDecryption = value; }
109 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
120 template<
typename NextTokenT = Aws::String>
121 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
122 template<
typename NextTokenT = Aws::String>
128 bool m_pathHasBeenSet =
false;
130 bool m_recursive{
false};
131 bool m_recursiveHasBeenSet =
false;
134 bool m_parameterFiltersHasBeenSet =
false;
136 bool m_withDecryption{
false};
137 bool m_withDecryptionHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
143 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