7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/NodeUpdateInitiatedBy.h>
12#include <aws/elasticache/model/NodeUpdateStatus.h>
22namespace ElastiCache {
46 template <
typename CacheClusterIdT = Aws::String>
48 m_cacheClusterIdHasBeenSet =
true;
49 m_cacheClusterId = std::forward<CacheClusterIdT>(value);
51 template <
typename CacheClusterIdT = Aws::String>
64 template <
typename CacheNodeIdT = Aws::String>
66 m_cacheNodeIdHasBeenSet =
true;
67 m_cacheNodeId = std::forward<CacheNodeIdT>(value);
69 template <
typename CacheNodeIdT = Aws::String>
83 m_nodeUpdateStatusHasBeenSet =
true;
84 m_nodeUpdateStatus = value;
98 template <
typename NodeDeletionDateT = Aws::Utils::DateTime>
100 m_nodeDeletionDateHasBeenSet =
true;
101 m_nodeDeletionDate = std::forward<NodeDeletionDateT>(value);
103 template <
typename NodeDeletionDateT = Aws::Utils::DateTime>
116 template <
typename NodeUpdateStartDateT = Aws::Utils::DateTime>
118 m_nodeUpdateStartDateHasBeenSet =
true;
119 m_nodeUpdateStartDate = std::forward<NodeUpdateStartDateT>(value);
121 template <
typename NodeUpdateStartDateT = Aws::Utils::DateTime>
134 template <
typename NodeUpdateEndDateT = Aws::Utils::DateTime>
136 m_nodeUpdateEndDateHasBeenSet =
true;
137 m_nodeUpdateEndDate = std::forward<NodeUpdateEndDateT>(value);
139 template <
typename NodeUpdateEndDateT = Aws::Utils::DateTime>
154 m_nodeUpdateInitiatedByHasBeenSet =
true;
155 m_nodeUpdateInitiatedBy = value;
169 template <
typename NodeUpdateInitiatedDateT = Aws::Utils::DateTime>
171 m_nodeUpdateInitiatedDateHasBeenSet =
true;
172 m_nodeUpdateInitiatedDate = std::forward<NodeUpdateInitiatedDateT>(value);
174 template <
typename NodeUpdateInitiatedDateT = Aws::Utils::DateTime>
187 template <
typename NodeUpdateStatusModifiedDateT = Aws::Utils::DateTime>
189 m_nodeUpdateStatusModifiedDateHasBeenSet =
true;
190 m_nodeUpdateStatusModifiedDate = std::forward<NodeUpdateStatusModifiedDateT>(value);
192 template <
typename NodeUpdateStatusModifiedDateT = Aws::Utils::DateTime>
216 bool m_cacheClusterIdHasBeenSet =
false;
217 bool m_cacheNodeIdHasBeenSet =
false;
218 bool m_nodeUpdateStatusHasBeenSet =
false;
219 bool m_nodeDeletionDateHasBeenSet =
false;
220 bool m_nodeUpdateStartDateHasBeenSet =
false;
221 bool m_nodeUpdateEndDateHasBeenSet =
false;
222 bool m_nodeUpdateInitiatedByHasBeenSet =
false;
223 bool m_nodeUpdateInitiatedDateHasBeenSet =
false;
224 bool m_nodeUpdateStatusModifiedDateHasBeenSet =
false;
void SetNodeUpdateStatusModifiedDate(NodeUpdateStatusModifiedDateT &&value)
void SetNodeUpdateInitiatedDate(NodeUpdateInitiatedDateT &&value)
AWS_ELASTICACHE_API NodeGroupMemberUpdateStatus()=default
AWS_ELASTICACHE_API NodeGroupMemberUpdateStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNodeUpdateInitiatedBy(NodeUpdateInitiatedBy value)
bool NodeUpdateInitiatedByHasBeenSet() const
void SetNodeUpdateStatus(NodeUpdateStatus value)
NodeGroupMemberUpdateStatus & WithNodeUpdateInitiatedBy(NodeUpdateInitiatedBy value)
NodeGroupMemberUpdateStatus & WithNodeUpdateStartDate(NodeUpdateStartDateT &&value)
bool CacheClusterIdHasBeenSet() const
const Aws::Utils::DateTime & GetNodeUpdateStartDate() const
const Aws::Utils::DateTime & GetNodeDeletionDate() const
NodeGroupMemberUpdateStatus & WithNodeDeletionDate(NodeDeletionDateT &&value)
NodeGroupMemberUpdateStatus & WithCacheClusterId(CacheClusterIdT &&value)
const Aws::String & GetCacheNodeId() const
const Aws::Utils::DateTime & GetNodeUpdateInitiatedDate() const
bool NodeUpdateStatusModifiedDateHasBeenSet() const
void SetCacheNodeId(CacheNodeIdT &&value)
NodeGroupMemberUpdateStatus & WithCacheNodeId(CacheNodeIdT &&value)
bool CacheNodeIdHasBeenSet() const
NodeUpdateInitiatedBy GetNodeUpdateInitiatedBy() const
void SetCacheClusterId(CacheClusterIdT &&value)
bool NodeUpdateStartDateHasBeenSet() const
NodeGroupMemberUpdateStatus & WithNodeUpdateStatus(NodeUpdateStatus value)
bool NodeUpdateInitiatedDateHasBeenSet() const
AWS_ELASTICACHE_API NodeGroupMemberUpdateStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NodeUpdateEndDateHasBeenSet() const
NodeUpdateStatus GetNodeUpdateStatus() const
void SetNodeUpdateEndDate(NodeUpdateEndDateT &&value)
NodeGroupMemberUpdateStatus & WithNodeUpdateStatusModifiedDate(NodeUpdateStatusModifiedDateT &&value)
const Aws::Utils::DateTime & GetNodeUpdateEndDate() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
NodeGroupMemberUpdateStatus & WithNodeUpdateEndDate(NodeUpdateEndDateT &&value)
void SetNodeDeletionDate(NodeDeletionDateT &&value)
bool NodeUpdateStatusHasBeenSet() const
void SetNodeUpdateStartDate(NodeUpdateStartDateT &&value)
const Aws::Utils::DateTime & GetNodeUpdateStatusModifiedDate() const
NodeGroupMemberUpdateStatus & WithNodeUpdateInitiatedDate(NodeUpdateInitiatedDateT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool NodeDeletionDateHasBeenSet() const
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