7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
76 bool m_userIdsToRemoveHasBeenSet =
false;
79 bool m_userIdsToAddHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetUserIdsToAdd() const
void SetUserIdsToRemove(const Aws::Vector< Aws::String > &value)
void SetUserIdsToAdd(const Aws::Vector< Aws::String > &value)
AWS_ELASTICACHE_API UserGroupPendingChanges()
UserGroupPendingChanges & AddUserIdsToAdd(const Aws::String &value)
UserGroupPendingChanges & AddUserIdsToRemove(const char *value)
UserGroupPendingChanges & AddUserIdsToAdd(const char *value)
UserGroupPendingChanges & WithUserIdsToRemove(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetUserIdsToRemove() const
bool UserIdsToAddHasBeenSet() const
AWS_ELASTICACHE_API UserGroupPendingChanges(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
UserGroupPendingChanges & WithUserIdsToRemove(Aws::Vector< Aws::String > &&value)
void SetUserIdsToAdd(Aws::Vector< Aws::String > &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
UserGroupPendingChanges & WithUserIdsToAdd(const Aws::Vector< Aws::String > &value)
UserGroupPendingChanges & AddUserIdsToAdd(Aws::String &&value)
UserGroupPendingChanges & WithUserIdsToAdd(Aws::Vector< Aws::String > &&value)
UserGroupPendingChanges & AddUserIdsToRemove(const Aws::String &value)
AWS_ELASTICACHE_API UserGroupPendingChanges & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool UserIdsToRemoveHasBeenSet() const
void SetUserIdsToRemove(Aws::Vector< Aws::String > &&value)
UserGroupPendingChanges & AddUserIdsToRemove(Aws::String &&value)
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