7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
11#include <aws/resiliencehubv2/model/SystemSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace resiliencehubv2 {
37 template <
typename SystemSummariesT = Aws::Vector<SystemSummary>>
39 m_systemSummariesHasBeenSet =
true;
40 m_systemSummaries = std::forward<SystemSummariesT>(value);
42 template <
typename SystemSummariesT = Aws::Vector<SystemSummary>>
47 template <
typename SystemSummariesT = SystemSummary>
49 m_systemSummariesHasBeenSet =
true;
50 m_systemSummaries.emplace_back(std::forward<SystemSummariesT>(value));
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_systemSummariesHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
ListSystemsResult & WithNextToken(NextTokenT &&value)
ListSystemsResult & AddSystemSummaries(SystemSummariesT &&value)
const Aws::String & GetRequestId() const
AWS_RESILIENCEHUBV2_API ListSystemsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSystemSummaries(SystemSummariesT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ListSystemsResult & WithSystemSummaries(SystemSummariesT &&value)
ListSystemsResult & WithRequestId(RequestIdT &&value)
AWS_RESILIENCEHUBV2_API ListSystemsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< SystemSummary > & GetSystemSummaries() const
AWS_RESILIENCEHUBV2_API ListSystemsResult()=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