AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetInsightImpactGraphResult.h
1
6#pragma once
7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/xray/model/InsightImpactGraphService.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace XRay
27{
28namespace Model
29{
31 {
32 public:
36
37
39
42 inline const Aws::String& GetInsightId() const{ return m_insightId; }
43 inline void SetInsightId(const Aws::String& value) { m_insightId = value; }
44 inline void SetInsightId(Aws::String&& value) { m_insightId = std::move(value); }
45 inline void SetInsightId(const char* value) { m_insightId.assign(value); }
46 inline GetInsightImpactGraphResult& WithInsightId(const Aws::String& value) { SetInsightId(value); return *this;}
47 inline GetInsightImpactGraphResult& WithInsightId(Aws::String&& value) { SetInsightId(std::move(value)); return *this;}
48 inline GetInsightImpactGraphResult& WithInsightId(const char* value) { SetInsightId(value); return *this;}
50
52
55 inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; }
56 inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTime = value; }
57 inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTime = std::move(value); }
58 inline GetInsightImpactGraphResult& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;}
59 inline GetInsightImpactGraphResult& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;}
61
63
66 inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; }
67 inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTime = value; }
68 inline void SetEndTime(Aws::Utils::DateTime&& value) { m_endTime = std::move(value); }
69 inline GetInsightImpactGraphResult& WithEndTime(const Aws::Utils::DateTime& value) { SetEndTime(value); return *this;}
70 inline GetInsightImpactGraphResult& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;}
72
74
77 inline const Aws::Utils::DateTime& GetServiceGraphStartTime() const{ return m_serviceGraphStartTime; }
78 inline void SetServiceGraphStartTime(const Aws::Utils::DateTime& value) { m_serviceGraphStartTime = value; }
79 inline void SetServiceGraphStartTime(Aws::Utils::DateTime&& value) { m_serviceGraphStartTime = std::move(value); }
83
85
88 inline const Aws::Utils::DateTime& GetServiceGraphEndTime() const{ return m_serviceGraphEndTime; }
89 inline void SetServiceGraphEndTime(const Aws::Utils::DateTime& value) { m_serviceGraphEndTime = value; }
90 inline void SetServiceGraphEndTime(Aws::Utils::DateTime&& value) { m_serviceGraphEndTime = std::move(value); }
94
96
99 inline const Aws::Vector<InsightImpactGraphService>& GetServices() const{ return m_services; }
100 inline void SetServices(const Aws::Vector<InsightImpactGraphService>& value) { m_services = value; }
101 inline void SetServices(Aws::Vector<InsightImpactGraphService>&& value) { m_services = std::move(value); }
104 inline GetInsightImpactGraphResult& AddServices(const InsightImpactGraphService& value) { m_services.push_back(value); return *this; }
105 inline GetInsightImpactGraphResult& AddServices(InsightImpactGraphService&& value) { m_services.push_back(std::move(value)); return *this; }
107
109
112 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
113 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
114 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
115 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
116 inline GetInsightImpactGraphResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
117 inline GetInsightImpactGraphResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
118 inline GetInsightImpactGraphResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
120
122
123 inline const Aws::String& GetRequestId() const{ return m_requestId; }
124 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
125 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
126 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
127 inline GetInsightImpactGraphResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
128 inline GetInsightImpactGraphResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
129 inline GetInsightImpactGraphResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
131 private:
132
133 Aws::String m_insightId;
134
135 Aws::Utils::DateTime m_startTime;
136
137 Aws::Utils::DateTime m_endTime;
138
139 Aws::Utils::DateTime m_serviceGraphStartTime;
140
141 Aws::Utils::DateTime m_serviceGraphEndTime;
142
144
145 Aws::String m_nextToken;
146
147 Aws::String m_requestId;
148 };
149
150} // namespace Model
151} // namespace XRay
152} // namespace Aws
AWS_XRAY_API GetInsightImpactGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEndTime(const Aws::Utils::DateTime &value)
void SetServiceGraphStartTime(const Aws::Utils::DateTime &value)
GetInsightImpactGraphResult & WithInsightId(const char *value)
const Aws::Utils::DateTime & GetServiceGraphStartTime() const
GetInsightImpactGraphResult & WithStartTime(const Aws::Utils::DateTime &value)
void SetServiceGraphStartTime(Aws::Utils::DateTime &&value)
GetInsightImpactGraphResult & WithInsightId(Aws::String &&value)
GetInsightImpactGraphResult & WithServices(Aws::Vector< InsightImpactGraphService > &&value)
GetInsightImpactGraphResult & WithInsightId(const Aws::String &value)
GetInsightImpactGraphResult & AddServices(const InsightImpactGraphService &value)
GetInsightImpactGraphResult & WithRequestId(const char *value)
GetInsightImpactGraphResult & AddServices(InsightImpactGraphService &&value)
GetInsightImpactGraphResult & WithRequestId(Aws::String &&value)
GetInsightImpactGraphResult & WithNextToken(const Aws::String &value)
GetInsightImpactGraphResult & WithServiceGraphStartTime(const Aws::Utils::DateTime &value)
GetInsightImpactGraphResult & WithServiceGraphEndTime(Aws::Utils::DateTime &&value)
GetInsightImpactGraphResult & WithEndTime(Aws::Utils::DateTime &&value)
GetInsightImpactGraphResult & WithNextToken(const char *value)
void SetServiceGraphEndTime(Aws::Utils::DateTime &&value)
const Aws::Vector< InsightImpactGraphService > & GetServices() const
const Aws::Utils::DateTime & GetServiceGraphEndTime() const
void SetServices(Aws::Vector< InsightImpactGraphService > &&value)
void SetServices(const Aws::Vector< InsightImpactGraphService > &value)
GetInsightImpactGraphResult & WithEndTime(const Aws::Utils::DateTime &value)
GetInsightImpactGraphResult & WithServiceGraphEndTime(const Aws::Utils::DateTime &value)
void SetServiceGraphEndTime(const Aws::Utils::DateTime &value)
void SetStartTime(const Aws::Utils::DateTime &value)
GetInsightImpactGraphResult & WithStartTime(Aws::Utils::DateTime &&value)
GetInsightImpactGraphResult & WithNextToken(Aws::String &&value)
AWS_XRAY_API GetInsightImpactGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetInsightImpactGraphResult & WithServices(const Aws::Vector< InsightImpactGraphService > &value)
GetInsightImpactGraphResult & WithServiceGraphStartTime(Aws::Utils::DateTime &&value)
GetInsightImpactGraphResult & WithRequestId(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