7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/OpenSearchServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opensearch/model/ScheduleAt.h>
15namespace OpenSearchService
47 template<
typename DomainNameT = Aws::String>
48 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
49 template<
typename DomainNameT = Aws::String>
81 inline void SetDesiredStartTime(
long long value) { m_desiredStartTimeHasBeenSet =
true; m_desiredStartTime = value; }
87 bool m_domainNameHasBeenSet =
false;
90 bool m_scheduleAtHasBeenSet =
false;
92 long long m_desiredStartTime{0};
93 bool m_desiredStartTimeHasBeenSet =
false;
void SetScheduleAt(ScheduleAt value)
StartServiceSoftwareUpdateRequest & WithScheduleAt(ScheduleAt value)
void SetDomainName(DomainNameT &&value)
StartServiceSoftwareUpdateRequest & WithDesiredStartTime(long long value)
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
long long GetDesiredStartTime() const
AWS_OPENSEARCHSERVICE_API StartServiceSoftwareUpdateRequest()=default
bool DesiredStartTimeHasBeenSet() const
ScheduleAt GetScheduleAt() const
void SetDesiredStartTime(long long value)
AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetDomainName() const
StartServiceSoftwareUpdateRequest & WithDomainName(DomainNameT &&value)
bool ScheduleAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String