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>
75 bool m_userGroupIdsToAddHasBeenSet =
false;
78 bool m_userGroupIdsToRemoveHasBeenSet =
false;
UserGroupsUpdateStatus & AddUserGroupIdsToRemove(const Aws::String &value)
UserGroupsUpdateStatus & WithUserGroupIdsToRemove(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetUserGroupIdsToRemove() const
UserGroupsUpdateStatus & WithUserGroupIdsToRemove(Aws::Vector< Aws::String > &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
UserGroupsUpdateStatus & AddUserGroupIdsToAdd(const char *value)
const Aws::Vector< Aws::String > & GetUserGroupIdsToAdd() const
AWS_ELASTICACHE_API UserGroupsUpdateStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
UserGroupsUpdateStatus & AddUserGroupIdsToRemove(const char *value)
UserGroupsUpdateStatus & WithUserGroupIdsToAdd(Aws::Vector< Aws::String > &&value)
void SetUserGroupIdsToRemove(const Aws::Vector< Aws::String > &value)
void SetUserGroupIdsToRemove(Aws::Vector< Aws::String > &&value)
AWS_ELASTICACHE_API UserGroupsUpdateStatus()
void SetUserGroupIdsToAdd(Aws::Vector< Aws::String > &&value)
UserGroupsUpdateStatus & AddUserGroupIdsToAdd(Aws::String &&value)
bool UserGroupIdsToRemoveHasBeenSet() const
UserGroupsUpdateStatus & AddUserGroupIdsToRemove(Aws::String &&value)
AWS_ELASTICACHE_API UserGroupsUpdateStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
UserGroupsUpdateStatus & AddUserGroupIdsToAdd(const Aws::String &value)
bool UserGroupIdsToAddHasBeenSet() const
void SetUserGroupIdsToAdd(const Aws::Vector< Aws::String > &value)
UserGroupsUpdateStatus & WithUserGroupIdsToAdd(const Aws::Vector< 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