7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mq/model/ChangeType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetConsoleAccess(
bool value) { m_consoleAccessHasBeenSet =
true; m_consoleAccess = value; }
84 bool m_consoleAccessHasBeenSet =
false;
87 bool m_groupsHasBeenSet =
false;
90 bool m_pendingChangeHasBeenSet =
false;
UserPendingChanges & WithPendingChange(ChangeType &&value)
UserPendingChanges & WithGroups(const Aws::Vector< Aws::String > &value)
void SetGroups(const Aws::Vector< Aws::String > &value)
UserPendingChanges & AddGroups(Aws::String &&value)
UserPendingChanges & AddGroups(const Aws::String &value)
AWS_MQ_API UserPendingChanges(Aws::Utils::Json::JsonView jsonValue)
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MQ_API UserPendingChanges()
void SetGroups(Aws::Vector< Aws::String > &&value)
void SetPendingChange(ChangeType &&value)
bool PendingChangeHasBeenSet() const
bool ConsoleAccessHasBeenSet() const
UserPendingChanges & WithConsoleAccess(bool value)
bool GetConsoleAccess() const
UserPendingChanges & WithGroups(Aws::Vector< Aws::String > &&value)
UserPendingChanges & WithPendingChange(const ChangeType &value)
const ChangeType & GetPendingChange() const
bool GroupsHasBeenSet() const
UserPendingChanges & AddGroups(const char *value)
const Aws::Vector< Aws::String > & GetGroups() const
void SetPendingChange(const ChangeType &value)
AWS_MQ_API UserPendingChanges & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConsoleAccess(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue