7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/elasticache/model/ServiceUpdateSeverity.h>
12#include <aws/elasticache/model/ServiceUpdateStatus.h>
13#include <aws/elasticache/model/ServiceUpdateType.h>
55 inline void SetServiceUpdateName(
const char* value) { m_serviceUpdateNameHasBeenSet =
true; m_serviceUpdateName.assign(value); }
132 inline void SetServiceUpdateDescription(
const char* value) { m_serviceUpdateDescriptionHasBeenSet =
true; m_serviceUpdateDescription.assign(value); }
159 inline void SetEngine(
const char* value) { m_engineHasBeenSet =
true; m_engine.assign(value); }
174 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
199 inline void SetEstimatedUpdateTime(
const char* value) { m_estimatedUpdateTimeHasBeenSet =
true; m_estimatedUpdateTime.assign(value); }
207 bool m_serviceUpdateNameHasBeenSet =
false;
210 bool m_serviceUpdateReleaseDateHasBeenSet =
false;
213 bool m_serviceUpdateEndDateHasBeenSet =
false;
216 bool m_serviceUpdateSeverityHasBeenSet =
false;
219 bool m_serviceUpdateRecommendedApplyByDateHasBeenSet =
false;
222 bool m_serviceUpdateStatusHasBeenSet =
false;
225 bool m_serviceUpdateDescriptionHasBeenSet =
false;
228 bool m_serviceUpdateTypeHasBeenSet =
false;
231 bool m_engineHasBeenSet =
false;
234 bool m_engineVersionHasBeenSet =
false;
236 bool m_autoUpdateAfterRecommendedApplyByDate;
237 bool m_autoUpdateAfterRecommendedApplyByDateHasBeenSet =
false;
240 bool m_estimatedUpdateTimeHasBeenSet =
false;
bool ServiceUpdateEndDateHasBeenSet() const
ServiceUpdate & WithServiceUpdateStatus(ServiceUpdateStatus &&value)
void SetServiceUpdateDescription(const Aws::String &value)
void SetServiceUpdateDescription(Aws::String &&value)
void SetAutoUpdateAfterRecommendedApplyByDate(bool value)
const Aws::String & GetEstimatedUpdateTime() const
void SetEstimatedUpdateTime(const Aws::String &value)
void SetEstimatedUpdateTime(const char *value)
bool ServiceUpdateTypeHasBeenSet() const
bool ServiceUpdateDescriptionHasBeenSet() const
ServiceUpdate & WithServiceUpdateReleaseDate(const Aws::Utils::DateTime &value)
void SetServiceUpdateName(const Aws::String &value)
AWS_ELASTICACHE_API ServiceUpdate(const Aws::Utils::Xml::XmlNode &xmlNode)
ServiceUpdate & WithServiceUpdateType(const ServiceUpdateType &value)
ServiceUpdate & WithEngine(Aws::String &&value)
void SetEngine(const Aws::String &value)
bool ServiceUpdateNameHasBeenSet() const
ServiceUpdate & WithServiceUpdateSeverity(ServiceUpdateSeverity &&value)
ServiceUpdate & WithServiceUpdateRecommendedApplyByDate(const Aws::Utils::DateTime &value)
bool ServiceUpdateSeverityHasBeenSet() const
void SetEngineVersion(const char *value)
bool ServiceUpdateRecommendedApplyByDateHasBeenSet() const
ServiceUpdate & WithEngine(const Aws::String &value)
void SetServiceUpdateStatus(const ServiceUpdateStatus &value)
void SetServiceUpdateName(const char *value)
void SetServiceUpdateReleaseDate(Aws::Utils::DateTime &&value)
void SetServiceUpdateType(ServiceUpdateType &&value)
void SetServiceUpdateName(Aws::String &&value)
void SetServiceUpdateType(const ServiceUpdateType &value)
void SetServiceUpdateEndDate(const Aws::Utils::DateTime &value)
void SetServiceUpdateDescription(const char *value)
const ServiceUpdateSeverity & GetServiceUpdateSeverity() const
const Aws::Utils::DateTime & GetServiceUpdateRecommendedApplyByDate() const
ServiceUpdate & WithServiceUpdateSeverity(const ServiceUpdateSeverity &value)
ServiceUpdate & WithServiceUpdateReleaseDate(Aws::Utils::DateTime &&value)
void SetServiceUpdateSeverity(const ServiceUpdateSeverity &value)
const Aws::String & GetEngineVersion() const
bool AutoUpdateAfterRecommendedApplyByDateHasBeenSet() const
const ServiceUpdateStatus & GetServiceUpdateStatus() const
ServiceUpdate & WithServiceUpdateEndDate(const Aws::Utils::DateTime &value)
ServiceUpdate & WithServiceUpdateName(const char *value)
bool EngineVersionHasBeenSet() const
ServiceUpdate & WithServiceUpdateDescription(Aws::String &&value)
void SetServiceUpdateReleaseDate(const Aws::Utils::DateTime &value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Utils::DateTime & GetServiceUpdateReleaseDate() const
void SetServiceUpdateRecommendedApplyByDate(Aws::Utils::DateTime &&value)
const ServiceUpdateType & GetServiceUpdateType() const
ServiceUpdate & WithServiceUpdateRecommendedApplyByDate(Aws::Utils::DateTime &&value)
ServiceUpdate & WithEngineVersion(const Aws::String &value)
void SetServiceUpdateEndDate(Aws::Utils::DateTime &&value)
const Aws::String & GetEngine() const
ServiceUpdate & WithEngine(const char *value)
bool EngineHasBeenSet() const
ServiceUpdate & WithServiceUpdateName(Aws::String &&value)
void SetEngine(const char *value)
bool ServiceUpdateReleaseDateHasBeenSet() const
ServiceUpdate & WithServiceUpdateEndDate(Aws::Utils::DateTime &&value)
ServiceUpdate & WithEstimatedUpdateTime(const char *value)
void SetEngine(Aws::String &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetServiceUpdateStatus(ServiceUpdateStatus &&value)
ServiceUpdate & WithServiceUpdateStatus(const ServiceUpdateStatus &value)
void SetEngineVersion(const Aws::String &value)
AWS_ELASTICACHE_API ServiceUpdate & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetServiceUpdateDescription() const
ServiceUpdate & WithServiceUpdateType(ServiceUpdateType &&value)
bool ServiceUpdateStatusHasBeenSet() const
bool GetAutoUpdateAfterRecommendedApplyByDate() const
ServiceUpdate & WithEngineVersion(const char *value)
ServiceUpdate & WithServiceUpdateDescription(const Aws::String &value)
ServiceUpdate & WithEstimatedUpdateTime(Aws::String &&value)
const Aws::Utils::DateTime & GetServiceUpdateEndDate() const
ServiceUpdate & WithEngineVersion(Aws::String &&value)
bool EstimatedUpdateTimeHasBeenSet() const
void SetServiceUpdateRecommendedApplyByDate(const Aws::Utils::DateTime &value)
AWS_ELASTICACHE_API ServiceUpdate()
void SetServiceUpdateSeverity(ServiceUpdateSeverity &&value)
ServiceUpdate & WithEstimatedUpdateTime(const Aws::String &value)
void SetEngineVersion(Aws::String &&value)
ServiceUpdate & WithServiceUpdateDescription(const char *value)
ServiceUpdate & WithServiceUpdateName(const Aws::String &value)
const Aws::String & GetServiceUpdateName() const
void SetEstimatedUpdateTime(Aws::String &&value)
ServiceUpdate & WithAutoUpdateAfterRecommendedApplyByDate(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream