7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/NodeGroupMemberUpdateStatus.h>
21namespace ElastiCache {
45 template <
typename NodeGroupIdT = Aws::String>
47 m_nodeGroupIdHasBeenSet =
true;
48 m_nodeGroupId = std::forward<NodeGroupIdT>(value);
50 template <
typename NodeGroupIdT = Aws::String>
63 template <
typename NodeGroupMemberUpdateStatusT = Aws::Vector<NodeGroupMemberUpdateStatus>>
65 m_nodeGroupMemberUpdateStatusHasBeenSet =
true;
66 m_nodeGroupMemberUpdateStatus = std::forward<NodeGroupMemberUpdateStatusT>(value);
68 template <
typename NodeGroupMemberUpdateStatusT = Aws::Vector<NodeGroupMemberUpdateStatus>>
73 template <
typename NodeGroupMemberUpdateStatusT = NodeGroupMemberUpdateStatus>
75 m_nodeGroupMemberUpdateStatusHasBeenSet =
true;
76 m_nodeGroupMemberUpdateStatus.emplace_back(std::forward<NodeGroupMemberUpdateStatusT>(value));
84 bool m_nodeGroupIdHasBeenSet =
false;
85 bool m_nodeGroupMemberUpdateStatusHasBeenSet =
false;
AWS_ELASTICACHE_API NodeGroupUpdateStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
NodeGroupUpdateStatus & WithNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatusT &&value)
void SetNodeGroupId(NodeGroupIdT &&value)
bool NodeGroupIdHasBeenSet() const
const Aws::Vector< NodeGroupMemberUpdateStatus > & GetNodeGroupMemberUpdateStatus() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API NodeGroupUpdateStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatusT &&value)
AWS_ELASTICACHE_API NodeGroupUpdateStatus()=default
const Aws::String & GetNodeGroupId() const
NodeGroupUpdateStatus & AddNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatusT &&value)
bool NodeGroupMemberUpdateStatusHasBeenSet() const
NodeGroupUpdateStatus & WithNodeGroupId(NodeGroupIdT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream