7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/grafana/ManagedGrafana_EXPORTS.h>
20namespace ManagedGrafana {
46 template <
typename AdminT = Aws::Vector<Aws::String>>
48 m_adminHasBeenSet =
true;
49 m_admin = std::forward<AdminT>(value);
51 template <
typename AdminT = Aws::Vector<Aws::String>>
53 SetAdmin(std::forward<AdminT>(value));
56 template <
typename AdminT = Aws::String>
58 m_adminHasBeenSet =
true;
59 m_admin.emplace_back(std::forward<AdminT>(value));
71 template <
typename EditorT = Aws::Vector<Aws::String>>
73 m_editorHasBeenSet =
true;
74 m_editor = std::forward<EditorT>(value);
76 template <
typename EditorT = Aws::Vector<Aws::String>>
81 template <
typename EditorT = Aws::String>
83 m_editorHasBeenSet =
true;
84 m_editor.emplace_back(std::forward<EditorT>(value));
90 bool m_adminHasBeenSet =
false;
93 bool m_editorHasBeenSet =
false;
bool EditorHasBeenSet() const
AWS_MANAGEDGRAFANA_API RoleValues()=default
void SetEditor(EditorT &&value)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
bool AdminHasBeenSet() const
const Aws::Vector< Aws::String > & GetAdmin() const
RoleValues & WithEditor(EditorT &&value)
AWS_MANAGEDGRAFANA_API RoleValues & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetEditor() const
RoleValues & WithAdmin(AdminT &&value)
AWS_MANAGEDGRAFANA_API RoleValues(Aws::Utils::Json::JsonView jsonValue)
RoleValues & AddAdmin(AdminT &&value)
RoleValues & AddEditor(EditorT &&value)
void SetAdmin(AdminT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue