7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/license-manager/LicenseManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/license-manager/model/Filter.h>
16namespace LicenseManager
45 template<
typename LicenseConfigurationArnsT = Aws::Vector<Aws::String>>
46 void SetLicenseConfigurationArns(LicenseConfigurationArnsT&& value) { m_licenseConfigurationArnsHasBeenSet =
true; m_licenseConfigurationArns = std::forward<LicenseConfigurationArnsT>(value); }
47 template<
typename LicenseConfigurationArnsT = Aws::Vector<Aws::String>>
49 template<
typename LicenseConfigurationArnsT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
88 template<
typename FiltersT = Aws::Vector<Filter>>
89 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
90 template<
typename FiltersT = Aws::Vector<Filter>>
92 template<
typename FiltersT = Filter>
98 bool m_licenseConfigurationArnsHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_filtersHasBeenSet =
false;
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
const Aws::Vector< Aws::String > & GetLicenseConfigurationArns() const
virtual const char * GetServiceRequestName() const override
ListLicenseConfigurationsRequest & WithFilters(FiltersT &&value)
AWS_LICENSEMANAGER_API ListLicenseConfigurationsRequest()=default
const Aws::Vector< Filter > & GetFilters() const
ListLicenseConfigurationsRequest & WithMaxResults(int value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
ListLicenseConfigurationsRequest & WithLicenseConfigurationArns(LicenseConfigurationArnsT &&value)
ListLicenseConfigurationsRequest & AddLicenseConfigurationArns(LicenseConfigurationArnsT &&value)
bool NextTokenHasBeenSet() const
void SetLicenseConfigurationArns(LicenseConfigurationArnsT &&value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
ListLicenseConfigurationsRequest & AddFilters(FiltersT &&value)
int GetMaxResults() const
bool FiltersHasBeenSet() const
ListLicenseConfigurationsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool LicenseConfigurationArnsHasBeenSet() const
void SetFilters(FiltersT &&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