7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/cloudwatchomni/model/Node.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/crt/cbor/Cbor.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CloudWatchOmni {
43 template <
typename NodesT = Aws::Vector<Node>>
45 m_nodesHasBeenSet =
true;
46 m_nodes = std::forward<NodesT>(value);
48 template <
typename NodesT = Aws::Vector<Node>>
50 SetNodes(std::forward<NodesT>(value));
53 template <
typename NodesT = Node>
55 m_nodesHasBeenSet =
true;
56 m_nodes.emplace_back(std::forward<NodesT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_nodesHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
GetContextGraphResult & WithNodes(NodesT &&value)
const Aws::Vector< Node > & GetNodes() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
GetContextGraphResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CLOUDWATCHOMNI_API GetContextGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &result)
GetContextGraphResult & AddNodes(NodesT &&value)
const Aws::String & GetRequestId() const
AWS_CLOUDWATCHOMNI_API GetContextGraphResult()=default
AWS_CLOUDWATCHOMNI_API GetContextGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &result)
GetContextGraphResult & WithNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNodes(NodesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector