7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8#include <aws/trustedadvisor/TrustedAdvisorRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/trustedadvisor/model/RecommendationPillar.h>
12#include <aws/trustedadvisor/model/RecommendationSource.h>
13#include <aws/trustedadvisor/model/RecommendationStatus.h>
14#include <aws/trustedadvisor/model/RecommendationType.h>
23namespace TrustedAdvisor
66 inline void SetAwsService(
const char* value) { m_awsServiceHasBeenSet =
true; m_awsService.assign(value); }
92 inline void SetCheckIdentifier(
const char* value) { m_checkIdentifierHasBeenSet =
true; m_checkIdentifier.assign(value); }
104 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
117 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
173 bool m_afterLastUpdatedAtHasBeenSet =
false;
176 bool m_awsServiceHasBeenSet =
false;
179 bool m_beforeLastUpdatedAtHasBeenSet =
false;
182 bool m_checkIdentifierHasBeenSet =
false;
185 bool m_maxResultsHasBeenSet =
false;
188 bool m_nextTokenHasBeenSet =
false;
191 bool m_pillarHasBeenSet =
false;
194 bool m_sourceHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
200 bool m_typeHasBeenSet =
false;
bool NextTokenHasBeenSet() const
const Aws::String & GetCheckIdentifier() const
ListRecommendationsRequest & WithNextToken(const Aws::String &value)
void SetAfterLastUpdatedAt(Aws::Utils::DateTime &&value)
ListRecommendationsRequest & WithAwsService(Aws::String &&value)
const RecommendationType & GetType() const
const Aws::String & GetNextToken() const
void SetType(const RecommendationType &value)
const Aws::String & GetAwsService() const
ListRecommendationsRequest & WithCheckIdentifier(const Aws::String &value)
ListRecommendationsRequest & WithMaxResults(int value)
ListRecommendationsRequest & WithBeforeLastUpdatedAt(Aws::Utils::DateTime &&value)
void SetCheckIdentifier(const Aws::String &value)
bool SourceHasBeenSet() const
int GetMaxResults() const
bool PillarHasBeenSet() const
ListRecommendationsRequest & WithAwsService(const Aws::String &value)
ListRecommendationsRequest & WithNextToken(const char *value)
void SetStatus(const RecommendationStatus &value)
bool AfterLastUpdatedAtHasBeenSet() const
ListRecommendationsRequest & WithSource(RecommendationSource &&value)
bool AwsServiceHasBeenSet() const
void SetType(RecommendationType &&value)
ListRecommendationsRequest & WithType(const RecommendationType &value)
const RecommendationPillar & GetPillar() const
bool TypeHasBeenSet() const
void SetCheckIdentifier(const char *value)
void SetNextToken(Aws::String &&value)
ListRecommendationsRequest & WithAfterLastUpdatedAt(Aws::Utils::DateTime &&value)
AWS_TRUSTEDADVISOR_API Aws::String SerializePayload() const override
void SetBeforeLastUpdatedAt(Aws::Utils::DateTime &&value)
ListRecommendationsRequest & WithCheckIdentifier(Aws::String &&value)
ListRecommendationsRequest & WithBeforeLastUpdatedAt(const Aws::Utils::DateTime &value)
bool CheckIdentifierHasBeenSet() const
void SetPillar(const RecommendationPillar &value)
AWS_TRUSTEDADVISOR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::Utils::DateTime & GetAfterLastUpdatedAt() const
void SetAwsService(const Aws::String &value)
ListRecommendationsRequest & WithSource(const RecommendationSource &value)
AWS_TRUSTEDADVISOR_API ListRecommendationsRequest()
void SetBeforeLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetAwsService(Aws::String &&value)
void SetNextToken(const Aws::String &value)
ListRecommendationsRequest & WithPillar(RecommendationPillar &&value)
ListRecommendationsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
const RecommendationSource & GetSource() const
ListRecommendationsRequest & WithType(RecommendationType &&value)
const Aws::Utils::DateTime & GetBeforeLastUpdatedAt() const
bool BeforeLastUpdatedAtHasBeenSet() const
void SetAfterLastUpdatedAt(const Aws::Utils::DateTime &value)
const RecommendationStatus & GetStatus() const
void SetCheckIdentifier(Aws::String &&value)
bool StatusHasBeenSet() const
void SetSource(const RecommendationSource &value)
void SetStatus(RecommendationStatus &&value)
ListRecommendationsRequest & WithCheckIdentifier(const char *value)
ListRecommendationsRequest & WithPillar(const RecommendationPillar &value)
void SetAwsService(const char *value)
virtual const char * GetServiceRequestName() const override
ListRecommendationsRequest & WithAwsService(const char *value)
ListRecommendationsRequest & WithAfterLastUpdatedAt(const Aws::Utils::DateTime &value)
ListRecommendationsRequest & WithStatus(const RecommendationStatus &value)
void SetPillar(RecommendationPillar &&value)
void SetSource(RecommendationSource &&value)
ListRecommendationsRequest & WithStatus(RecommendationStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String