7#include <aws/cloudwatchomni/CloudWatchOmniRequest.h>
8#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
9#include <aws/cloudwatchomni/model/EdgeFilters.h>
10#include <aws/cloudwatchomni/model/NodeFilters.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17namespace CloudWatchOmni {
46 template <
typename NodeFiltersT = NodeFilters>
48 m_nodeFiltersHasBeenSet =
true;
49 m_nodeFilters = std::forward<NodeFiltersT>(value);
51 template <
typename NodeFiltersT = NodeFilters>
64 template <
typename EdgeFiltersT = EdgeFilters>
66 m_edgeFiltersHasBeenSet =
true;
67 m_edgeFilters = std::forward<EdgeFiltersT>(value);
69 template <
typename EdgeFiltersT = EdgeFilters>
82 template <
typename StartTimeT = Aws::Utils::DateTime>
84 m_startTimeHasBeenSet =
true;
85 m_startTime = std::forward<StartTimeT>(value);
87 template <
typename StartTimeT = Aws::Utils::DateTime>
100 template <
typename EndTimeT = Aws::Utils::DateTime>
102 m_endTimeHasBeenSet =
true;
103 m_endTime = std::forward<EndTimeT>(value);
105 template <
typename EndTimeT = Aws::Utils::DateTime>
120 m_depthHasBeenSet =
true;
136 m_maxResultsHasBeenSet =
true;
137 m_maxResults = value;
153 m_maxEdgesPerNodeHasBeenSet =
true;
154 m_maxEdgesPerNode = value;
170 m_includeMetadataHasBeenSet =
true;
171 m_includeMetadata = value;
185 template <
typename NextTokenT = Aws::String>
187 m_nextTokenHasBeenSet =
true;
188 m_nextToken = std::forward<NextTokenT>(value);
190 template <
typename NextTokenT = Aws::String>
209 int m_maxEdgesPerNode{0};
211 bool m_includeMetadata{
false};
214 bool m_nodeFiltersHasBeenSet =
false;
215 bool m_edgeFiltersHasBeenSet =
false;
216 bool m_startTimeHasBeenSet =
false;
217 bool m_endTimeHasBeenSet =
false;
218 bool m_depthHasBeenSet =
false;
219 bool m_maxResultsHasBeenSet =
false;
220 bool m_maxEdgesPerNodeHasBeenSet =
false;
221 bool m_includeMetadataHasBeenSet =
false;
222 bool m_nextTokenHasBeenSet =
false;
GetContextGraphRequest & WithNodeFilters(NodeFiltersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Utils::DateTime & GetEndTime() const
GetContextGraphRequest & WithDepth(int value)
void SetMaxResults(int value)
bool NodeFiltersHasBeenSet() const
GetContextGraphRequest & WithIncludeMetadata(bool value)
AWS_CLOUDWATCHOMNI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxEdgesPerNode(int value)
GetContextGraphRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool MaxEdgesPerNodeHasBeenSet() const
bool EndTimeHasBeenSet() const
void SetEdgeFilters(EdgeFiltersT &&value)
int GetMaxResults() const
GetContextGraphRequest & WithStartTime(StartTimeT &&value)
GetContextGraphRequest & WithEdgeFilters(EdgeFiltersT &&value)
const Aws::String & GetNextToken() const
const NodeFilters & GetNodeFilters() const
bool MaxResultsHasBeenSet() const
GetContextGraphRequest & WithEndTime(EndTimeT &&value)
bool EdgeFiltersHasBeenSet() const
void SetStartTime(StartTimeT &&value)
void SetIncludeMetadata(bool value)
const Aws::Utils::DateTime & GetStartTime() const
GetContextGraphRequest & WithMaxResults(int value)
AWS_CLOUDWATCHOMNI_API Aws::String SerializePayload() const override
const EdgeFilters & GetEdgeFilters() const
void SetNextToken(NextTokenT &&value)
int GetMaxEdgesPerNode() const
bool IncludeMetadataHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetNodeFilters(NodeFiltersT &&value)
bool DepthHasBeenSet() const
GetContextGraphRequest & WithMaxEdgesPerNode(int value)
AWS_CLOUDWATCHOMNI_API GetContextGraphRequest()=default
bool GetIncludeMetadata() const
void SetEndTime(EndTimeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String