7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10#include <aws/devops-guru/model/Locale.h>
38 template <
typename InsightIdT = Aws::String>
40 m_insightIdHasBeenSet =
true;
41 m_insightId = std::forward<InsightIdT>(value);
43 template <
typename InsightIdT = Aws::String>
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
76 m_localeHasBeenSet =
true;
91 template <
typename AccountIdT = Aws::String>
93 m_accountIdHasBeenSet =
true;
94 m_accountId = std::forward<AccountIdT>(value);
96 template <
typename AccountIdT = Aws::String>
110 bool m_insightIdHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
112 bool m_localeHasBeenSet =
false;
113 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