AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PostTimeSeriesDataPointsResult.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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/TimeSeriesDataPointFormOutput.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 DataZone
27{
28namespace Model
29{
31 {
32 public:
33 AWS_DATAZONE_API PostTimeSeriesDataPointsResult() = default;
36
37
39
43 inline const Aws::String& GetDomainId() const { return m_domainId; }
44 template<typename DomainIdT = Aws::String>
45 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet = true; m_domainId = std::forward<DomainIdT>(value); }
46 template<typename DomainIdT = Aws::String>
47 PostTimeSeriesDataPointsResult& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
49
51
54 inline const Aws::String& GetEntityId() const { return m_entityId; }
55 template<typename EntityIdT = Aws::String>
56 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet = true; m_entityId = std::forward<EntityIdT>(value); }
57 template<typename EntityIdT = Aws::String>
58 PostTimeSeriesDataPointsResult& WithEntityId(EntityIdT&& value) { SetEntityId(std::forward<EntityIdT>(value)); return *this;}
60
62
65 inline TimeSeriesEntityType GetEntityType() const { return m_entityType; }
66 inline void SetEntityType(TimeSeriesEntityType value) { m_entityTypeHasBeenSet = true; m_entityType = value; }
69
71
74 inline const Aws::Vector<TimeSeriesDataPointFormOutput>& GetForms() const { return m_forms; }
75 template<typename FormsT = Aws::Vector<TimeSeriesDataPointFormOutput>>
76 void SetForms(FormsT&& value) { m_formsHasBeenSet = true; m_forms = std::forward<FormsT>(value); }
77 template<typename FormsT = Aws::Vector<TimeSeriesDataPointFormOutput>>
78 PostTimeSeriesDataPointsResult& WithForms(FormsT&& value) { SetForms(std::forward<FormsT>(value)); return *this;}
79 template<typename FormsT = TimeSeriesDataPointFormOutput>
80 PostTimeSeriesDataPointsResult& AddForms(FormsT&& value) { m_formsHasBeenSet = true; m_forms.emplace_back(std::forward<FormsT>(value)); return *this; }
82
84
85 inline const Aws::String& GetRequestId() const { return m_requestId; }
86 template<typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
88 template<typename RequestIdT = Aws::String>
89 PostTimeSeriesDataPointsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
91 private:
92
93 Aws::String m_domainId;
94 bool m_domainIdHasBeenSet = false;
95
96 Aws::String m_entityId;
97 bool m_entityIdHasBeenSet = false;
98
100 bool m_entityTypeHasBeenSet = false;
101
103 bool m_formsHasBeenSet = false;
104
105 Aws::String m_requestId;
106 bool m_requestIdHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace DataZone
111} // namespace Aws
AWS_DATAZONE_API PostTimeSeriesDataPointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PostTimeSeriesDataPointsResult & WithDomainId(DomainIdT &&value)
PostTimeSeriesDataPointsResult & WithEntityType(TimeSeriesEntityType value)
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API PostTimeSeriesDataPointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TimeSeriesEntityType GetEntityType() const
PostTimeSeriesDataPointsResult & WithEntityId(EntityIdT &&value)
const Aws::String & GetEntityId() const
void SetEntityId(EntityIdT &&value)
const Aws::String & GetRequestId() const
PostTimeSeriesDataPointsResult & WithForms(FormsT &&value)
const Aws::Vector< TimeSeriesDataPointFormOutput > & GetForms() const
void SetForms(FormsT &&value)
PostTimeSeriesDataPointsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDomainId() const
PostTimeSeriesDataPointsResult & AddForms(FormsT &&value)
AWS_DATAZONE_API PostTimeSeriesDataPointsResult()=default
void SetEntityType(TimeSeriesEntityType value)
void SetDomainId(DomainIdT &&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