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
49 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
85 inline void SetDesiredStartTime(
long long value) { m_desiredStartTimeHasBeenSet =
true; m_desiredStartTime = value; }
91 bool m_domainNameHasBeenSet =
false;
94 bool m_scheduleAtHasBeenSet =
false;
96 long long m_desiredStartTime;
97 bool m_desiredStartTimeHasBeenSet =
false;
void SetScheduleAt(const ScheduleAt &value)
void SetDomainName(const char *value)
StartServiceSoftwareUpdateRequest & WithDesiredStartTime(long long value)
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
void SetDomainName(const Aws::String &value)
long long GetDesiredStartTime() const
void SetScheduleAt(ScheduleAt &&value)
void SetDomainName(Aws::String &&value)
AWS_OPENSEARCHSERVICE_API StartServiceSoftwareUpdateRequest()
StartServiceSoftwareUpdateRequest & WithDomainName(Aws::String &&value)
bool DesiredStartTimeHasBeenSet() const
StartServiceSoftwareUpdateRequest & WithDomainName(const Aws::String &value)
void SetDesiredStartTime(long long value)
const ScheduleAt & GetScheduleAt() const
AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override
StartServiceSoftwareUpdateRequest & WithScheduleAt(ScheduleAt &&value)
const Aws::String & GetDomainName() const
bool ScheduleAtHasBeenSet() const
StartServiceSoftwareUpdateRequest & WithDomainName(const char *value)
StartServiceSoftwareUpdateRequest & WithScheduleAt(const ScheduleAt &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String