AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
35
36
38
42 inline const Aws::String& GetDomainId() const { return m_domainId; }
43 template<typename DomainIdT = Aws::String>
44 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet = true; m_domainId = std::forward<DomainIdT>(value); }
45 template<typename DomainIdT = Aws::String>
46 GetTimeSeriesDataPointResult& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
48
50
53 inline const Aws::String& GetEntityId() const { return m_entityId; }
54 template<typename EntityIdT = Aws::String>
55 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet = true; m_entityId = std::forward<EntityIdT>(value); }
56 template<typename EntityIdT = Aws::String>
57 GetTimeSeriesDataPointResult& WithEntityId(EntityIdT&& value) { SetEntityId(std::forward<EntityIdT>(value)); return *this;}
59
61
64 inline TimeSeriesEntityType GetEntityType() const { return m_entityType; }
65 inline void SetEntityType(TimeSeriesEntityType value) { m_entityTypeHasBeenSet = true; m_entityType = value; }
68
70
73 inline const TimeSeriesDataPointFormOutput& GetForm() const { return m_form; }
74 template<typename FormT = TimeSeriesDataPointFormOutput>
75 void SetForm(FormT&& value) { m_formHasBeenSet = true; m_form = std::forward<FormT>(value); }
76 template<typename FormT = TimeSeriesDataPointFormOutput>
77 GetTimeSeriesDataPointResult& WithForm(FormT&& value) { SetForm(std::forward<FormT>(value)); return *this;}
79
81
85 inline const Aws::String& GetFormName() const { return m_formName; }
86 template<typename FormNameT = Aws::String>
87 void SetFormName(FormNameT&& value) { m_formNameHasBeenSet = true; m_formName = std::forward<FormNameT>(value); }
88 template<typename FormNameT = Aws::String>
89 GetTimeSeriesDataPointResult& WithFormName(FormNameT&& value) { SetFormName(std::forward<FormNameT>(value)); return *this;}
91
93
94 inline const Aws::String& GetRequestId() const { return m_requestId; }
95 template<typename RequestIdT = Aws::String>
96 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
97 template<typename RequestIdT = Aws::String>
98 GetTimeSeriesDataPointResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
100 private:
101
102 Aws::String m_domainId;
103 bool m_domainIdHasBeenSet = false;
104
105 Aws::String m_entityId;
106 bool m_entityIdHasBeenSet = false;
107
109 bool m_entityTypeHasBeenSet = false;
110
111 TimeSeriesDataPointFormOutput m_form;
112 bool m_formHasBeenSet = false;
113
114 Aws::String m_formName;
115 bool m_formNameHasBeenSet = false;
116
117 Aws::String m_requestId;
118 bool m_requestIdHasBeenSet = false;
119 };
120
121} // namespace Model
122} // namespace DataZone
123} // namespace Aws
const TimeSeriesDataPointFormOutput & GetForm() const
GetTimeSeriesDataPointResult & WithFormName(FormNameT &&value)
AWS_DATAZONE_API GetTimeSeriesDataPointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTimeSeriesDataPointResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API GetTimeSeriesDataPointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTimeSeriesDataPointResult & WithDomainId(DomainIdT &&value)
GetTimeSeriesDataPointResult & WithForm(FormT &&value)
GetTimeSeriesDataPointResult & WithEntityId(EntityIdT &&value)
GetTimeSeriesDataPointResult & WithEntityType(TimeSeriesEntityType value)
AWS_DATAZONE_API GetTimeSeriesDataPointResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue