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 SetCacheClusterId(
const char* value) { m_cacheClusterIdHasBeenSet =
true; m_cacheClusterId.assign(value); }
68 inline void SetCacheNodeId(
const char* value) { m_cacheNodeIdHasBeenSet =
true; m_cacheNodeId.assign(value); }
161 bool m_cacheClusterIdHasBeenSet =
false;
164 bool m_cacheNodeIdHasBeenSet =
false;
167 bool m_nodeUpdateStatusHasBeenSet =
false;
170 bool m_nodeDeletionDateHasBeenSet =
false;
173 bool m_nodeUpdateStartDateHasBeenSet =
false;
176 bool m_nodeUpdateEndDateHasBeenSet =
false;
179 bool m_nodeUpdateInitiatedByHasBeenSet =
false;
182 bool m_nodeUpdateInitiatedDateHasBeenSet =
false;
185 bool m_nodeUpdateStatusModifiedDateHasBeenSet =
false;
NodeGroupMemberUpdateStatus & WithCacheNodeId(Aws::String &&value)
void SetNodeUpdateInitiatedDate(const Aws::Utils::DateTime &value)
AWS_ELASTICACHE_API NodeGroupMemberUpdateStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCacheClusterId(const char *value)
bool NodeUpdateInitiatedByHasBeenSet() const
NodeGroupMemberUpdateStatus & WithNodeUpdateStartDate(const Aws::Utils::DateTime &value)
NodeGroupMemberUpdateStatus & WithNodeDeletionDate(const Aws::Utils::DateTime &value)
NodeGroupMemberUpdateStatus & WithNodeUpdateEndDate(const Aws::Utils::DateTime &value)
NodeGroupMemberUpdateStatus & WithNodeUpdateStartDate(Aws::Utils::DateTime &&value)
NodeGroupMemberUpdateStatus & WithNodeDeletionDate(Aws::Utils::DateTime &&value)
void SetNodeUpdateEndDate(const Aws::Utils::DateTime &value)
bool CacheClusterIdHasBeenSet() const
void SetCacheNodeId(const Aws::String &value)
const Aws::Utils::DateTime & GetNodeUpdateStartDate() const
void SetNodeUpdateStartDate(const Aws::Utils::DateTime &value)
void SetNodeUpdateStartDate(Aws::Utils::DateTime &&value)
NodeGroupMemberUpdateStatus & WithCacheClusterId(const char *value)
const Aws::Utils::DateTime & GetNodeDeletionDate() const
NodeGroupMemberUpdateStatus & WithNodeUpdateStatusModifiedDate(Aws::Utils::DateTime &&value)
const NodeUpdateStatus & GetNodeUpdateStatus() const
NodeGroupMemberUpdateStatus & WithCacheClusterId(Aws::String &&value)
const Aws::String & GetCacheNodeId() const
const Aws::Utils::DateTime & GetNodeUpdateInitiatedDate() const
bool NodeUpdateStatusModifiedDateHasBeenSet() const
bool CacheNodeIdHasBeenSet() const
void SetNodeDeletionDate(Aws::Utils::DateTime &&value)
void SetCacheClusterId(const Aws::String &value)
bool NodeUpdateStartDateHasBeenSet() const
AWS_ELASTICACHE_API NodeGroupMemberUpdateStatus()
NodeGroupMemberUpdateStatus & WithNodeUpdateStatus(const NodeUpdateStatus &value)
NodeGroupMemberUpdateStatus & WithNodeUpdateStatus(NodeUpdateStatus &&value)
void SetNodeUpdateStatus(NodeUpdateStatus &&value)
void SetNodeUpdateInitiatedBy(const NodeUpdateInitiatedBy &value)
bool NodeUpdateInitiatedDateHasBeenSet() const
AWS_ELASTICACHE_API NodeGroupMemberUpdateStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCacheNodeId(Aws::String &&value)
bool NodeUpdateEndDateHasBeenSet() const
NodeGroupMemberUpdateStatus & WithNodeUpdateInitiatedDate(const Aws::Utils::DateTime &value)
void SetNodeUpdateStatus(const NodeUpdateStatus &value)
NodeGroupMemberUpdateStatus & WithNodeUpdateInitiatedDate(Aws::Utils::DateTime &&value)
void SetNodeDeletionDate(const Aws::Utils::DateTime &value)
void SetNodeUpdateStatusModifiedDate(const Aws::Utils::DateTime &value)
NodeGroupMemberUpdateStatus & WithCacheClusterId(const Aws::String &value)
void SetNodeUpdateEndDate(Aws::Utils::DateTime &&value)
NodeGroupMemberUpdateStatus & WithNodeUpdateStatusModifiedDate(const Aws::Utils::DateTime &value)
const NodeUpdateInitiatedBy & GetNodeUpdateInitiatedBy() const
const Aws::Utils::DateTime & GetNodeUpdateEndDate() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
NodeGroupMemberUpdateStatus & WithNodeUpdateInitiatedBy(NodeUpdateInitiatedBy &&value)
void SetNodeUpdateInitiatedDate(Aws::Utils::DateTime &&value)
bool NodeUpdateStatusHasBeenSet() const
void SetNodeUpdateInitiatedBy(NodeUpdateInitiatedBy &&value)
void SetCacheNodeId(const char *value)
NodeGroupMemberUpdateStatus & WithNodeUpdateInitiatedBy(const NodeUpdateInitiatedBy &value)
NodeGroupMemberUpdateStatus & WithCacheNodeId(const char *value)
NodeGroupMemberUpdateStatus & WithNodeUpdateEndDate(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetNodeUpdateStatusModifiedDate() const
NodeGroupMemberUpdateStatus & WithCacheNodeId(const Aws::String &value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool NodeDeletionDateHasBeenSet() const
void SetNodeUpdateStatusModifiedDate(Aws::Utils::DateTime &&value)
void SetCacheClusterId(Aws::String &&value)
const Aws::String & GetCacheClusterId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream