7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/TimestreamQueryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/timestream-query/model/ScheduledQueryState.h>
15namespace TimestreamQuery
46 inline void SetScheduledQueryArn(
const char* value) { m_scheduledQueryArnHasBeenSet =
true; m_scheduledQueryArn.assign(value); }
66 bool m_scheduledQueryArnHasBeenSet =
false;
69 bool m_stateHasBeenSet =
false;
UpdateScheduledQueryRequest & WithState(const ScheduledQueryState &value)
UpdateScheduledQueryRequest & WithState(ScheduledQueryState &&value)
void SetState(const ScheduledQueryState &value)
const ScheduledQueryState & GetState() const
UpdateScheduledQueryRequest & WithScheduledQueryArn(const char *value)
void SetState(ScheduledQueryState &&value)
const Aws::String & GetScheduledQueryArn() const
virtual const char * GetServiceRequestName() const override
bool StateHasBeenSet() const
void SetScheduledQueryArn(Aws::String &&value)
void SetScheduledQueryArn(const char *value)
bool ScheduledQueryArnHasBeenSet() const
AWS_TIMESTREAMQUERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateScheduledQueryRequest & WithScheduledQueryArn(const Aws::String &value)
AWS_TIMESTREAMQUERY_API UpdateScheduledQueryRequest()
void SetScheduledQueryArn(const Aws::String &value)
AWS_TIMESTREAMQUERY_API Aws::String SerializePayload() const override
UpdateScheduledQueryRequest & WithScheduledQueryArn(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String