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/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/NodeGroupMemberUpdateStatus.h>
51 template<
typename NodeGroupIdT = Aws::String>
52 void SetNodeGroupId(NodeGroupIdT&& value) { m_nodeGroupIdHasBeenSet =
true; m_nodeGroupId = std::forward<NodeGroupIdT>(value); }
53 template<
typename NodeGroupIdT = Aws::String>
63 template<
typename NodeGroupMemberUpdateStatusT = Aws::Vector<NodeGroupMemberUpdateStatus>>
64 void SetNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatusT&& value) { m_nodeGroupMemberUpdateStatusHasBeenSet =
true; m_nodeGroupMemberUpdateStatus = std::forward<NodeGroupMemberUpdateStatusT>(value); }
65 template<
typename NodeGroupMemberUpdateStatusT = Aws::Vector<NodeGroupMemberUpdateStatus>>
67 template<
typename NodeGroupMemberUpdateStatusT = NodeGroupMemberUpdateStatus>
73 bool m_nodeGroupIdHasBeenSet =
false;
76 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