7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/resiliencehub/model/TestRecommendation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ResilienceHub
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
53 template<
typename TestRecommendationsT = Aws::Vector<TestRecommendation>>
54 void SetTestRecommendations(TestRecommendationsT&& value) { m_testRecommendationsHasBeenSet =
true; m_testRecommendations = std::forward<TestRecommendationsT>(value); }
55 template<
typename TestRecommendationsT = Aws::Vector<TestRecommendation>>
57 template<
typename TestRecommendationsT = TestRecommendation>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_nextTokenHasBeenSet =
false;
75 bool m_testRecommendationsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListTestRecommendationsResult & WithRequestId(RequestIdT &&value)
AWS_RESILIENCEHUB_API ListTestRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_RESILIENCEHUB_API ListTestRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTestRecommendations(TestRecommendationsT &&value)
const Aws::String & GetRequestId() const
AWS_RESILIENCEHUB_API ListTestRecommendationsResult()=default
void SetRequestId(RequestIdT &&value)
ListTestRecommendationsResult & WithNextToken(NextTokenT &&value)
ListTestRecommendationsResult & AddTestRecommendations(TestRecommendationsT &&value)
void SetNextToken(NextTokenT &&value)
ListTestRecommendationsResult & WithTestRecommendations(TestRecommendationsT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< TestRecommendation > & GetTestRecommendations() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue