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/elasticache/model/NodeUpdateStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/elasticache/model/NodeUpdateInitiatedBy.h>
54 inline void SetCacheNodeId(
const char* value) { m_cacheNodeIdHasBeenSet =
true; m_cacheNodeId.assign(value); }
147 bool m_cacheNodeIdHasBeenSet =
false;
150 bool m_nodeUpdateStatusHasBeenSet =
false;
153 bool m_nodeDeletionDateHasBeenSet =
false;
156 bool m_nodeUpdateStartDateHasBeenSet =
false;
159 bool m_nodeUpdateEndDateHasBeenSet =
false;
162 bool m_nodeUpdateInitiatedByHasBeenSet =
false;
165 bool m_nodeUpdateInitiatedDateHasBeenSet =
false;
168 bool m_nodeUpdateStatusModifiedDateHasBeenSet =
false;
AWS_ELASTICACHE_API CacheNodeUpdateStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
CacheNodeUpdateStatus & WithNodeUpdateInitiatedDate(const Aws::Utils::DateTime &value)
bool CacheNodeIdHasBeenSet() const
CacheNodeUpdateStatus & WithNodeUpdateStatusModifiedDate(Aws::Utils::DateTime &&value)
AWS_ELASTICACHE_API CacheNodeUpdateStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NodeUpdateInitiatedDateHasBeenSet() const
void SetNodeUpdateInitiatedDate(const Aws::Utils::DateTime &value)
CacheNodeUpdateStatus & WithNodeUpdateEndDate(Aws::Utils::DateTime &&value)
CacheNodeUpdateStatus & WithNodeUpdateStatusModifiedDate(const Aws::Utils::DateTime &value)
bool NodeDeletionDateHasBeenSet() const
CacheNodeUpdateStatus & WithNodeDeletionDate(const Aws::Utils::DateTime &value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool NodeUpdateStatusHasBeenSet() const
void SetNodeUpdateStartDate(const Aws::Utils::DateTime &value)
void SetCacheNodeId(const Aws::String &value)
const Aws::Utils::DateTime & GetNodeUpdateInitiatedDate() const
CacheNodeUpdateStatus & WithNodeDeletionDate(Aws::Utils::DateTime &&value)
void SetNodeUpdateInitiatedBy(NodeUpdateInitiatedBy &&value)
const Aws::Utils::DateTime & GetNodeUpdateStartDate() const
const NodeUpdateStatus & GetNodeUpdateStatus() const
void SetNodeUpdateInitiatedBy(const NodeUpdateInitiatedBy &value)
AWS_ELASTICACHE_API CacheNodeUpdateStatus()
CacheNodeUpdateStatus & WithNodeUpdateStatus(NodeUpdateStatus &&value)
void SetNodeUpdateInitiatedDate(Aws::Utils::DateTime &&value)
CacheNodeUpdateStatus & WithNodeUpdateStartDate(const Aws::Utils::DateTime &value)
void SetNodeUpdateEndDate(const Aws::Utils::DateTime &value)
CacheNodeUpdateStatus & WithNodeUpdateInitiatedBy(NodeUpdateInitiatedBy &&value)
CacheNodeUpdateStatus & WithCacheNodeId(const char *value)
CacheNodeUpdateStatus & WithNodeUpdateInitiatedBy(const NodeUpdateInitiatedBy &value)
CacheNodeUpdateStatus & WithCacheNodeId(Aws::String &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetCacheNodeId(const char *value)
void SetNodeUpdateStatus(const NodeUpdateStatus &value)
void SetNodeUpdateStatus(NodeUpdateStatus &&value)
const Aws::Utils::DateTime & GetNodeDeletionDate() const
bool NodeUpdateStartDateHasBeenSet() const
const Aws::String & GetCacheNodeId() const
CacheNodeUpdateStatus & WithCacheNodeId(const Aws::String &value)
bool NodeUpdateEndDateHasBeenSet() const
const Aws::Utils::DateTime & GetNodeUpdateEndDate() const
CacheNodeUpdateStatus & WithNodeUpdateEndDate(const Aws::Utils::DateTime &value)
CacheNodeUpdateStatus & WithNodeUpdateStartDate(Aws::Utils::DateTime &&value)
bool NodeUpdateStatusModifiedDateHasBeenSet() const
CacheNodeUpdateStatus & WithNodeUpdateStatus(const NodeUpdateStatus &value)
void SetCacheNodeId(Aws::String &&value)
void SetNodeUpdateEndDate(Aws::Utils::DateTime &&value)
bool NodeUpdateInitiatedByHasBeenSet() const
void SetNodeUpdateStatusModifiedDate(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetNodeUpdateStatusModifiedDate() const
void SetNodeUpdateStatusModifiedDate(const Aws::Utils::DateTime &value)
void SetNodeDeletionDate(Aws::Utils::DateTime &&value)
CacheNodeUpdateStatus & WithNodeUpdateInitiatedDate(Aws::Utils::DateTime &&value)
void SetNodeDeletionDate(const Aws::Utils::DateTime &value)
const NodeUpdateInitiatedBy & GetNodeUpdateInitiatedBy() const
void SetNodeUpdateStartDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream