7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/TimeSeriesEntityType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/TimeSeriesDataPointFormInput.h>
14#include <aws/core/utils/UUID.h>
46 template<
typename ClientTokenT = Aws::String>
47 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
48 template<
typename ClientTokenT = Aws::String>
59 template<
typename DomainIdentifierT = Aws::String>
60 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
61 template<
typename DomainIdentifierT = Aws::String>
71 template<
typename EntityIdentifierT = Aws::String>
72 void SetEntityIdentifier(EntityIdentifierT&& value) { m_entityIdentifierHasBeenSet =
true; m_entityIdentifier = std::forward<EntityIdentifierT>(value); }
73 template<
typename EntityIdentifierT = Aws::String>
93 template<
typename FormsT = Aws::Vector<TimeSeriesDataPo
intFormInput>>
94 void SetForms(FormsT&& value) { m_formsHasBeenSet =
true; m_forms = std::forward<FormsT>(value); }
95 template<
typename FormsT = Aws::Vector<TimeSeriesDataPo
intFormInput>>
97 template<
typename FormsT = TimeSeriesDataPo
intFormInput>
103 bool m_clientTokenHasBeenSet =
true;
106 bool m_domainIdentifierHasBeenSet =
false;
109 bool m_entityIdentifierHasBeenSet =
false;
112 bool m_entityTypeHasBeenSet =
false;
115 bool m_formsHasBeenSet =
false;
void SetEntityType(TimeSeriesEntityType value)
bool DomainIdentifierHasBeenSet() const
const Aws::Vector< TimeSeriesDataPointFormInput > & GetForms() const
const Aws::String & GetClientToken() const
const Aws::String & GetDomainIdentifier() const
void SetForms(FormsT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool FormsHasBeenSet() const
bool EntityTypeHasBeenSet() const
bool EntityIdentifierHasBeenSet() const
PostTimeSeriesDataPointsRequest & WithEntityIdentifier(EntityIdentifierT &&value)
void SetEntityIdentifier(EntityIdentifierT &&value)
AWS_DATAZONE_API PostTimeSeriesDataPointsRequest()=default
AWS_DATAZONE_API Aws::String SerializePayload() const override
PostTimeSeriesDataPointsRequest & WithForms(FormsT &&value)
bool ClientTokenHasBeenSet() const
PostTimeSeriesDataPointsRequest & WithClientToken(ClientTokenT &&value)
TimeSeriesEntityType GetEntityType() const
PostTimeSeriesDataPointsRequest & WithEntityType(TimeSeriesEntityType value)
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetEntityIdentifier() const
PostTimeSeriesDataPointsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
PostTimeSeriesDataPointsRequest & AddForms(FormsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector