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
44 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetNextToken(const Aws::String &value)
void SetSopRecommendations(const Aws::Vector< SopRecommendation > &value)
const Aws::String & GetNextToken() const
ListSopRecommendationsResult & WithRequestId(Aws::String &&value)
ListSopRecommendationsResult & AddSopRecommendations(const SopRecommendation &value)
void SetRequestId(const Aws::String &value)
ListSopRecommendationsResult & WithSopRecommendations(const Aws::Vector< SopRecommendation > &value)
AWS_RESILIENCEHUB_API ListSopRecommendationsResult()
void SetNextToken(Aws::String &&value)
AWS_RESILIENCEHUB_API ListSopRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListSopRecommendationsResult & WithRequestId(const char *value)
ListSopRecommendationsResult & WithRequestId(const Aws::String &value)
AWS_RESILIENCEHUB_API ListSopRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListSopRecommendationsResult & WithNextToken(const char *value)
ListSopRecommendationsResult & WithSopRecommendations(Aws::Vector< SopRecommendation > &&value)
ListSopRecommendationsResult & AddSopRecommendations(SopRecommendation &&value)
void SetSopRecommendations(Aws::Vector< SopRecommendation > &&value)
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetNextToken(const char *value)
ListSopRecommendationsResult & WithNextToken(Aws::String &&value)
const Aws::Vector< SopRecommendation > & GetSopRecommendations() const
ListSopRecommendationsResult & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue