7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotsitewise/model/ListTimeSeriesType.h>
48 template<
typename NextTokenT = Aws::String>
49 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
50 template<
typename NextTokenT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename AssetIdT = Aws::String>
75 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
76 template<
typename AssetIdT = Aws::String>
86 template<
typename AliasPrefixT = Aws::String>
87 void SetAliasPrefix(AliasPrefixT&& value) { m_aliasPrefixHasBeenSet =
true; m_aliasPrefix = std::forward<AliasPrefixT>(value); }
88 template<
typename AliasPrefixT = Aws::String>
107 bool m_nextTokenHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
113 bool m_assetIdHasBeenSet =
false;
116 bool m_aliasPrefixHasBeenSet =
false;
119 bool m_timeSeriesTypeHasBeenSet =
false;
bool AliasPrefixHasBeenSet() const
bool AssetIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool TimeSeriesTypeHasBeenSet() const
const Aws::String & GetAssetId() const
ListTimeSeriesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListTimeSeriesRequest & WithAssetId(AssetIdT &&value)
ListTimeSeriesRequest & WithMaxResults(int value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
void SetAliasPrefix(AliasPrefixT &&value)
AWS_IOTSITEWISE_API ListTimeSeriesRequest()=default
void SetAssetId(AssetIdT &&value)
void SetMaxResults(int value)
ListTimeSeriesRequest & WithTimeSeriesType(ListTimeSeriesType value)
AWS_IOTSITEWISE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetTimeSeriesType(ListTimeSeriesType value)
const Aws::String & GetAliasPrefix() const
int GetMaxResults() const
bool NextTokenHasBeenSet() const
ListTimeSeriesRequest & WithAliasPrefix(AliasPrefixT &&value)
ListTimeSeriesType GetTimeSeriesType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String