7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ssm/model/DocumentFilter.h>
12#include <aws/ssm/model/DocumentKeyValuesFilter.h>
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
99 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
107 bool m_documentFilterListHasBeenSet =
false;
110 bool m_filtersHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
void SetFilters(const Aws::Vector< DocumentKeyValuesFilter > &value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
bool DocumentFilterListHasBeenSet() const
ListDocumentsRequest & WithDocumentFilterList(const Aws::Vector< DocumentFilter > &value)
ListDocumentsRequest & WithFilters(Aws::Vector< DocumentKeyValuesFilter > &&value)
const Aws::Vector< DocumentFilter > & GetDocumentFilterList() const
void SetNextToken(const char *value)
ListDocumentsRequest & AddFilters(const DocumentKeyValuesFilter &value)
ListDocumentsRequest & AddFilters(DocumentKeyValuesFilter &&value)
AWS_SSM_API ListDocumentsRequest()
void SetDocumentFilterList(Aws::Vector< DocumentFilter > &&value)
int GetMaxResults() const
void SetDocumentFilterList(const Aws::Vector< DocumentFilter > &value)
bool NextTokenHasBeenSet() const
bool FiltersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListDocumentsRequest & WithNextToken(Aws::String &&value)
ListDocumentsRequest & AddDocumentFilterList(DocumentFilter &&value)
ListDocumentsRequest & WithNextToken(const Aws::String &value)
ListDocumentsRequest & AddDocumentFilterList(const DocumentFilter &value)
void SetMaxResults(int value)
const Aws::Vector< DocumentKeyValuesFilter > & GetFilters() const
ListDocumentsRequest & WithFilters(const Aws::Vector< DocumentKeyValuesFilter > &value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListDocumentsRequest & WithMaxResults(int value)
void SetFilters(Aws::Vector< DocumentKeyValuesFilter > &&value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SSM_API Aws::String SerializePayload() const override
ListDocumentsRequest & WithDocumentFilterList(Aws::Vector< DocumentFilter > &&value)
ListDocumentsRequest & WithNextToken(const char *value)
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