AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetTimeSeriesDataPointResult.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/TimeSeriesEntityType.h>
10#include <aws/datazone/model/TimeSeriesDataPointFormOutput.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace DataZone
26{
27namespace Model
28{
30 {
31 public:
32 AWS_DATAZONE_API GetTimeSeriesDataPointResult();
35
36
38
42 inline const Aws::String& GetDomainId() const{ return m_domainId; }
43 inline void SetDomainId(const Aws::String& value) { m_domainId = value; }
44 inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); }
45 inline void SetDomainId(const char* value) { m_domainId.assign(value); }
46 inline GetTimeSeriesDataPointResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;}
47 inline GetTimeSeriesDataPointResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;}
48 inline GetTimeSeriesDataPointResult& WithDomainId(const char* value) { SetDomainId(value); return *this;}
50
52
55 inline const Aws::String& GetEntityId() const{ return m_entityId; }
56 inline void SetEntityId(const Aws::String& value) { m_entityId = value; }
57 inline void SetEntityId(Aws::String&& value) { m_entityId = std::move(value); }
58 inline void SetEntityId(const char* value) { m_entityId.assign(value); }
59 inline GetTimeSeriesDataPointResult& WithEntityId(const Aws::String& value) { SetEntityId(value); return *this;}
60 inline GetTimeSeriesDataPointResult& WithEntityId(Aws::String&& value) { SetEntityId(std::move(value)); return *this;}
61 inline GetTimeSeriesDataPointResult& WithEntityId(const char* value) { SetEntityId(value); return *this;}
63
65
68 inline const TimeSeriesEntityType& GetEntityType() const{ return m_entityType; }
69 inline void SetEntityType(const TimeSeriesEntityType& value) { m_entityType = value; }
70 inline void SetEntityType(TimeSeriesEntityType&& value) { m_entityType = std::move(value); }
72 inline GetTimeSeriesDataPointResult& WithEntityType(TimeSeriesEntityType&& value) { SetEntityType(std::move(value)); return *this;}
74
76
79 inline const TimeSeriesDataPointFormOutput& GetForm() const{ return m_form; }
80 inline void SetForm(const TimeSeriesDataPointFormOutput& value) { m_form = value; }
81 inline void SetForm(TimeSeriesDataPointFormOutput&& value) { m_form = std::move(value); }
82 inline GetTimeSeriesDataPointResult& WithForm(const TimeSeriesDataPointFormOutput& value) { SetForm(value); return *this;}
83 inline GetTimeSeriesDataPointResult& WithForm(TimeSeriesDataPointFormOutput&& value) { SetForm(std::move(value)); return *this;}
85
87
91 inline const Aws::String& GetFormName() const{ return m_formName; }
92 inline void SetFormName(const Aws::String& value) { m_formName = value; }
93 inline void SetFormName(Aws::String&& value) { m_formName = std::move(value); }
94 inline void SetFormName(const char* value) { m_formName.assign(value); }
95 inline GetTimeSeriesDataPointResult& WithFormName(const Aws::String& value) { SetFormName(value); return *this;}
96 inline GetTimeSeriesDataPointResult& WithFormName(Aws::String&& value) { SetFormName(std::move(value)); return *this;}
97 inline GetTimeSeriesDataPointResult& WithFormName(const char* value) { SetFormName(value); return *this;}
99
101
102 inline const Aws::String& GetRequestId() const{ return m_requestId; }
103 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
104 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
105 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
106 inline GetTimeSeriesDataPointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
107 inline GetTimeSeriesDataPointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
108 inline GetTimeSeriesDataPointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
110 private:
111
112 Aws::String m_domainId;
113
114 Aws::String m_entityId;
115
116 TimeSeriesEntityType m_entityType;
117
119
120 Aws::String m_formName;
121
122 Aws::String m_requestId;
123 };
124
125} // namespace Model
126} // namespace DataZone
127} // namespace Aws
GetTimeSeriesDataPointResult & WithFormName(Aws::String &&value)
GetTimeSeriesDataPointResult & WithFormName(const char *value)
void SetForm(const TimeSeriesDataPointFormOutput &value)
GetTimeSeriesDataPointResult & WithDomainId(Aws::String &&value)
const TimeSeriesDataPointFormOutput & GetForm() const
GetTimeSeriesDataPointResult & WithForm(TimeSeriesDataPointFormOutput &&value)
AWS_DATAZONE_API GetTimeSeriesDataPointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTimeSeriesDataPointResult & WithEntityId(const char *value)
GetTimeSeriesDataPointResult & WithRequestId(const char *value)
GetTimeSeriesDataPointResult & WithDomainId(const Aws::String &value)
GetTimeSeriesDataPointResult & WithEntityType(const TimeSeriesEntityType &value)
AWS_DATAZONE_API GetTimeSeriesDataPointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTimeSeriesDataPointResult & WithEntityId(Aws::String &&value)
GetTimeSeriesDataPointResult & WithForm(const TimeSeriesDataPointFormOutput &value)
GetTimeSeriesDataPointResult & WithEntityId(const Aws::String &value)
void SetForm(TimeSeriesDataPointFormOutput &&value)
GetTimeSeriesDataPointResult & WithFormName(const Aws::String &value)
GetTimeSeriesDataPointResult & WithRequestId(Aws::String &&value)
GetTimeSeriesDataPointResult & WithDomainId(const char *value)
GetTimeSeriesDataPointResult & WithRequestId(const Aws::String &value)
GetTimeSeriesDataPointResult & WithEntityType(TimeSeriesEntityType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue