7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mq/MQ_EXPORTS.h>
10#include <aws/mq/model/ChangeType.h>
44 m_consoleAccessHasBeenSet =
true;
45 m_consoleAccess = value;
61 template <
typename GroupsT = Aws::Vector<Aws::String>>
63 m_groupsHasBeenSet =
true;
64 m_groups = std::forward<GroupsT>(value);
66 template <
typename GroupsT = Aws::Vector<Aws::String>>
71 template <
typename GroupsT = Aws::String>
73 m_groupsHasBeenSet =
true;
74 m_groups.emplace_back(std::forward<GroupsT>(value));
86 m_pendingChangeHasBeenSet =
true;
87 m_pendingChange = value;
95 bool m_consoleAccess{
false};
100 bool m_consoleAccessHasBeenSet =
false;
101 bool m_groupsHasBeenSet =
false;
102 bool m_pendingChangeHasBeenSet =
false;
AWS_MQ_API UserPendingChanges(Aws::Utils::Json::JsonView jsonValue)
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
UserPendingChanges & WithGroups(GroupsT &&value)
UserPendingChanges & WithPendingChange(ChangeType value)
bool PendingChangeHasBeenSet() const
bool ConsoleAccessHasBeenSet() const
UserPendingChanges & WithConsoleAccess(bool value)
bool GetConsoleAccess() const
ChangeType GetPendingChange() const
UserPendingChanges & AddGroups(GroupsT &&value)
bool GroupsHasBeenSet() const
void SetGroups(GroupsT &&value)
const Aws::Vector< Aws::String > & GetGroups() const
AWS_MQ_API UserPendingChanges()=default
AWS_MQ_API UserPendingChanges & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPendingChange(ChangeType value)
void SetConsoleAccess(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue