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>
49 template<
typename DomainIdentifierT = Aws::String>
50 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
51 template<
typename DomainIdentifierT = Aws::String>
61 template<
typename EntityIdentifierT = Aws::String>
62 void SetEntityIdentifier(EntityIdentifierT&& value) { m_entityIdentifierHasBeenSet =
true; m_entityIdentifier = std::forward<EntityIdentifierT>(value); }
63 template<
typename EntityIdentifierT = Aws::String>
84 template<
typename FormNameT = Aws::String>
85 void SetFormName(FormNameT&& value) { m_formNameHasBeenSet =
true; m_formName = std::forward<FormNameT>(value); }
86 template<
typename FormNameT = Aws::String>
96 template<
typename IdentifierT = Aws::String>
97 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
98 template<
typename IdentifierT = Aws::String>
104 bool m_domainIdentifierHasBeenSet =
false;
107 bool m_entityIdentifierHasBeenSet =
false;
110 bool m_entityTypeHasBeenSet =
false;
113 bool m_formNameHasBeenSet =
false;
116 bool m_identifierHasBeenSet =
false;
AWS_DATAZONE_API Aws::String SerializePayload() const override
GetTimeSeriesDataPointRequest & WithFormName(FormNameT &&value)
bool IdentifierHasBeenSet() const
const Aws::String & GetFormName() const
void SetEntityType(TimeSeriesEntityType value)
virtual const char * GetServiceRequestName() const override
void SetEntityIdentifier(EntityIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetEntityIdentifier() const
bool FormNameHasBeenSet() const
bool EntityIdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
GetTimeSeriesDataPointRequest & WithEntityType(TimeSeriesEntityType value)
bool DomainIdentifierHasBeenSet() const
AWS_DATAZONE_API GetTimeSeriesDataPointRequest()=default
TimeSeriesEntityType GetEntityType() const
GetTimeSeriesDataPointRequest & WithDomainIdentifier(DomainIdentifierT &&value)
GetTimeSeriesDataPointRequest & WithEntityIdentifier(EntityIdentifierT &&value)
GetTimeSeriesDataPointRequest & WithIdentifier(IdentifierT &&value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetFormName(FormNameT &&value)
bool EntityTypeHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String