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/SopRecommendation.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>
54 template<
typename SopRecommendationsT = Aws::Vector<SopRecommendation>>
55 void SetSopRecommendations(SopRecommendationsT&& value) { m_sopRecommendationsHasBeenSet =
true; m_sopRecommendations = std::forward<SopRecommendationsT>(value); }
56 template<
typename SopRecommendationsT = Aws::Vector<SopRecommendation>>
58 template<
typename SopRecommendationsT = SopRecommendation>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_nextTokenHasBeenSet =
false;
76 bool m_sopRecommendationsHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListSopRecommendationsResult & WithRequestId(RequestIdT &&value)
ListSopRecommendationsResult & AddSopRecommendations(SopRecommendationsT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_RESILIENCEHUB_API ListSopRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListSopRecommendationsResult & WithNextToken(NextTokenT &&value)
AWS_RESILIENCEHUB_API ListSopRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
ListSopRecommendationsResult & WithSopRecommendations(SopRecommendationsT &&value)
const Aws::String & GetRequestId() const
void SetSopRecommendations(SopRecommendationsT &&value)
const Aws::Vector< SopRecommendation > & GetSopRecommendations() const
AWS_RESILIENCEHUB_API ListSopRecommendationsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue