7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchServiceRequest.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/ActionType.h>
11#include <aws/opensearch/model/ScheduleAt.h>
16namespace OpenSearchService {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 template <
typename DomainNameT = Aws::String>
60 template <
typename ActionIDT = Aws::String>
62 m_actionIDHasBeenSet =
true;
63 m_actionID = std::forward<ActionIDT>(value);
65 template <
typename ActionIDT = Aws::String>
83 m_actionTypeHasBeenSet =
true;
107 m_scheduleAtHasBeenSet =
true;
108 m_scheduleAt = value;
125 m_desiredStartTimeHasBeenSet =
true;
126 m_desiredStartTime = value;
142 long long m_desiredStartTime{0};
143 bool m_domainNameHasBeenSet =
false;
144 bool m_actionIDHasBeenSet =
false;
145 bool m_actionTypeHasBeenSet =
false;
146 bool m_scheduleAtHasBeenSet =
false;
147 bool m_desiredStartTimeHasBeenSet =
false;
bool DesiredStartTimeHasBeenSet() const
void SetDesiredStartTime(long long value)
void SetScheduleAt(ScheduleAt value)
UpdateScheduledActionRequest & WithDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
bool ActionTypeHasBeenSet() const
const Aws::String & GetActionID() const
void SetActionType(ActionType value)
UpdateScheduledActionRequest & WithDesiredStartTime(long long value)
void SetActionID(ActionIDT &&value)
AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override
ScheduleAt GetScheduleAt() const
const Aws::String & GetDomainName() const
bool ScheduleAtHasBeenSet() const
ActionType GetActionType() const
UpdateScheduledActionRequest & WithActionType(ActionType value)
void SetDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
UpdateScheduledActionRequest & WithScheduleAt(ScheduleAt value)
long long GetDesiredStartTime() const
bool ActionIDHasBeenSet() const
AWS_OPENSEARCHSERVICE_API UpdateScheduledActionRequest()=default
UpdateScheduledActionRequest & WithActionID(ActionIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String