7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/IoTAnalyticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetDatasetName(
const char* value) { m_datasetNameHasBeenSet =
true; m_datasetName.assign(value); }
64 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
76 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
111 bool m_datasetNameHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
120 bool m_scheduledOnOrAfterHasBeenSet =
false;
123 bool m_scheduledBeforeHasBeenSet =
false;
ListDatasetContentsRequest & WithNextToken(Aws::String &&value)
ListDatasetContentsRequest & WithNextToken(const Aws::String &value)
ListDatasetContentsRequest & WithDatasetName(Aws::String &&value)
void SetScheduledBefore(Aws::Utils::DateTime &&value)
ListDatasetContentsRequest & WithScheduledBefore(const Aws::Utils::DateTime &value)
bool NextTokenHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListDatasetContentsRequest & WithDatasetName(const Aws::String &value)
int GetMaxResults() const
void SetNextToken(Aws::String &&value)
bool DatasetNameHasBeenSet() const
ListDatasetContentsRequest & WithMaxResults(int value)
ListDatasetContentsRequest & WithNextToken(const char *value)
const Aws::Utils::DateTime & GetScheduledBefore() const
AWS_IOTANALYTICS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ScheduledOnOrAfterHasBeenSet() const
const Aws::String & GetDatasetName() const
virtual const char * GetServiceRequestName() const override
void SetScheduledOnOrAfter(const Aws::Utils::DateTime &value)
ListDatasetContentsRequest & WithDatasetName(const char *value)
ListDatasetContentsRequest & WithScheduledOnOrAfter(Aws::Utils::DateTime &&value)
bool ScheduledBeforeHasBeenSet() const
void SetDatasetName(Aws::String &&value)
const Aws::Utils::DateTime & GetScheduledOnOrAfter() const
void SetScheduledOnOrAfter(Aws::Utils::DateTime &&value)
void SetScheduledBefore(const Aws::Utils::DateTime &value)
void SetMaxResults(int value)
void SetNextToken(const char *value)
const Aws::String & GetNextToken() const
ListDatasetContentsRequest & WithScheduledBefore(Aws::Utils::DateTime &&value)
void SetDatasetName(const Aws::String &value)
ListDatasetContentsRequest & WithScheduledOnOrAfter(const Aws::Utils::DateTime &value)
AWS_IOTANALYTICS_API Aws::String SerializePayload() const override
void SetDatasetName(const char *value)
AWS_IOTANALYTICS_API ListDatasetContentsRequest()
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String