7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-guru/model/Locale.h>
42 template<
typename InsightIdT = Aws::String>
43 void SetInsightId(InsightIdT&& value) { m_insightIdHasBeenSet =
true; m_insightId = std::forward<InsightIdT>(value); }
44 template<
typename InsightIdT = Aws::String>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
67 inline void SetLocale(
Locale value) { m_localeHasBeenSet =
true; m_locale = value; }
77 template<
typename AccountIdT = Aws::String>
78 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
79 template<
typename AccountIdT = Aws::String>
85 bool m_insightIdHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_localeHasBeenSet =
false;
94 bool m_accountIdHasBeenSet =
false;
const Aws::String & GetInsightId() const
ListRecommendationsRequest & WithAccountId(AccountIdT &&value)
AWS_DEVOPSGURU_API ListRecommendationsRequest()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetAccountId() const
ListRecommendationsRequest & WithNextToken(NextTokenT &&value)
bool InsightIdHasBeenSet() const
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
void SetInsightId(InsightIdT &&value)
void SetLocale(Locale value)
const Aws::String & GetNextToken() const
ListRecommendationsRequest & WithLocale(Locale value)
bool NextTokenHasBeenSet() const
void SetAccountId(AccountIdT &&value)
bool LocaleHasBeenSet() const
ListRecommendationsRequest & WithInsightId(InsightIdT &&value)
bool AccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String