7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8#include <aws/trustedadvisor/TrustedAdvisorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/trustedadvisor/model/RecommendationLanguage.h>
11#include <aws/trustedadvisor/model/RecommendationPillar.h>
12#include <aws/trustedadvisor/model/RecommendationSource.h>
21namespace TrustedAdvisor
50 template<
typename AwsServiceT = Aws::String>
51 void SetAwsService(AwsServiceT&& value) { m_awsServiceHasBeenSet =
true; m_awsService = std::forward<AwsServiceT>(value); }
52 template<
typename AwsServiceT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
112 bool m_awsServiceHasBeenSet =
false;
115 bool m_languageHasBeenSet =
false;
118 bool m_maxResultsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
124 bool m_pillarHasBeenSet =
false;
127 bool m_sourceHasBeenSet =
false;
void SetLanguage(RecommendationLanguage value)
bool NextTokenHasBeenSet() const
ListChecksRequest & WithLanguage(RecommendationLanguage value)
ListChecksRequest & WithPillar(RecommendationPillar value)
AWS_TRUSTEDADVISOR_API Aws::String SerializePayload() const override
bool AwsServiceHasBeenSet() const
bool PillarHasBeenSet() const
int GetMaxResults() const
ListChecksRequest & WithAwsService(AwsServiceT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_TRUSTEDADVISOR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetPillar(RecommendationPillar value)
ListChecksRequest & WithSource(RecommendationSource value)
void SetMaxResults(int value)
ListChecksRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAwsService() const
bool SourceHasBeenSet() const
ListChecksRequest & WithMaxResults(int value)
void SetSource(RecommendationSource value)
bool MaxResultsHasBeenSet() const
void SetAwsService(AwsServiceT &&value)
RecommendationPillar GetPillar() const
RecommendationSource GetSource() const
bool LanguageHasBeenSet() const
AWS_TRUSTEDADVISOR_API ListChecksRequest()=default
RecommendationLanguage GetLanguage() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String