/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A collection of settings.See Also:
AWS
* API Reference
The execution role for the user.
*/ inline const Aws::String& GetExecutionRole() const{ return m_executionRole; } /** *The execution role for the user.
*/ inline bool ExecutionRoleHasBeenSet() const { return m_executionRoleHasBeenSet; } /** *The execution role for the user.
*/ inline void SetExecutionRole(const Aws::String& value) { m_executionRoleHasBeenSet = true; m_executionRole = value; } /** *The execution role for the user.
*/ inline void SetExecutionRole(Aws::String&& value) { m_executionRoleHasBeenSet = true; m_executionRole = std::move(value); } /** *The execution role for the user.
*/ inline void SetExecutionRole(const char* value) { m_executionRoleHasBeenSet = true; m_executionRole.assign(value); } /** *The execution role for the user.
*/ inline UserSettings& WithExecutionRole(const Aws::String& value) { SetExecutionRole(value); return *this;} /** *The execution role for the user.
*/ inline UserSettings& WithExecutionRole(Aws::String&& value) { SetExecutionRole(std::move(value)); return *this;} /** *The execution role for the user.
*/ inline UserSettings& WithExecutionRole(const char* value) { SetExecutionRole(value); return *this;} /** *The security groups.
*/ inline const Aws::VectorThe security groups.
*/ inline bool SecurityGroupsHasBeenSet() const { return m_securityGroupsHasBeenSet; } /** *The security groups.
*/ inline void SetSecurityGroups(const Aws::VectorThe security groups.
*/ inline void SetSecurityGroups(Aws::VectorThe security groups.
*/ inline UserSettings& WithSecurityGroups(const Aws::VectorThe security groups.
*/ inline UserSettings& WithSecurityGroups(Aws::VectorThe security groups.
*/ inline UserSettings& AddSecurityGroups(const Aws::String& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; } /** *The security groups.
*/ inline UserSettings& AddSecurityGroups(Aws::String&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(std::move(value)); return *this; } /** *The security groups.
*/ inline UserSettings& AddSecurityGroups(const char* value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; } /** *The sharing settings.
*/ inline const SharingSettings& GetSharingSettings() const{ return m_sharingSettings; } /** *The sharing settings.
*/ inline bool SharingSettingsHasBeenSet() const { return m_sharingSettingsHasBeenSet; } /** *The sharing settings.
*/ inline void SetSharingSettings(const SharingSettings& value) { m_sharingSettingsHasBeenSet = true; m_sharingSettings = value; } /** *The sharing settings.
*/ inline void SetSharingSettings(SharingSettings&& value) { m_sharingSettingsHasBeenSet = true; m_sharingSettings = std::move(value); } /** *The sharing settings.
*/ inline UserSettings& WithSharingSettings(const SharingSettings& value) { SetSharingSettings(value); return *this;} /** *The sharing settings.
*/ inline UserSettings& WithSharingSettings(SharingSettings&& value) { SetSharingSettings(std::move(value)); return *this;} /** *The Jupyter server's app settings.
*/ inline const JupyterServerAppSettings& GetJupyterServerAppSettings() const{ return m_jupyterServerAppSettings; } /** *The Jupyter server's app settings.
*/ inline bool JupyterServerAppSettingsHasBeenSet() const { return m_jupyterServerAppSettingsHasBeenSet; } /** *The Jupyter server's app settings.
*/ inline void SetJupyterServerAppSettings(const JupyterServerAppSettings& value) { m_jupyterServerAppSettingsHasBeenSet = true; m_jupyterServerAppSettings = value; } /** *The Jupyter server's app settings.
*/ inline void SetJupyterServerAppSettings(JupyterServerAppSettings&& value) { m_jupyterServerAppSettingsHasBeenSet = true; m_jupyterServerAppSettings = std::move(value); } /** *The Jupyter server's app settings.
*/ inline UserSettings& WithJupyterServerAppSettings(const JupyterServerAppSettings& value) { SetJupyterServerAppSettings(value); return *this;} /** *The Jupyter server's app settings.
*/ inline UserSettings& WithJupyterServerAppSettings(JupyterServerAppSettings&& value) { SetJupyterServerAppSettings(std::move(value)); return *this;} /** *The kernel gateway app settings.
*/ inline const KernelGatewayAppSettings& GetKernelGatewayAppSettings() const{ return m_kernelGatewayAppSettings; } /** *The kernel gateway app settings.
*/ inline bool KernelGatewayAppSettingsHasBeenSet() const { return m_kernelGatewayAppSettingsHasBeenSet; } /** *The kernel gateway app settings.
*/ inline void SetKernelGatewayAppSettings(const KernelGatewayAppSettings& value) { m_kernelGatewayAppSettingsHasBeenSet = true; m_kernelGatewayAppSettings = value; } /** *The kernel gateway app settings.
*/ inline void SetKernelGatewayAppSettings(KernelGatewayAppSettings&& value) { m_kernelGatewayAppSettingsHasBeenSet = true; m_kernelGatewayAppSettings = std::move(value); } /** *The kernel gateway app settings.
*/ inline UserSettings& WithKernelGatewayAppSettings(const KernelGatewayAppSettings& value) { SetKernelGatewayAppSettings(value); return *this;} /** *The kernel gateway app settings.
*/ inline UserSettings& WithKernelGatewayAppSettings(KernelGatewayAppSettings&& value) { SetKernelGatewayAppSettings(std::move(value)); return *this;} /** *The TensorBoard app settings.
*/ inline const TensorBoardAppSettings& GetTensorBoardAppSettings() const{ return m_tensorBoardAppSettings; } /** *The TensorBoard app settings.
*/ inline bool TensorBoardAppSettingsHasBeenSet() const { return m_tensorBoardAppSettingsHasBeenSet; } /** *The TensorBoard app settings.
*/ inline void SetTensorBoardAppSettings(const TensorBoardAppSettings& value) { m_tensorBoardAppSettingsHasBeenSet = true; m_tensorBoardAppSettings = value; } /** *The TensorBoard app settings.
*/ inline void SetTensorBoardAppSettings(TensorBoardAppSettings&& value) { m_tensorBoardAppSettingsHasBeenSet = true; m_tensorBoardAppSettings = std::move(value); } /** *The TensorBoard app settings.
*/ inline UserSettings& WithTensorBoardAppSettings(const TensorBoardAppSettings& value) { SetTensorBoardAppSettings(value); return *this;} /** *The TensorBoard app settings.
*/ inline UserSettings& WithTensorBoardAppSettings(TensorBoardAppSettings&& value) { SetTensorBoardAppSettings(std::move(value)); return *this;} private: Aws::String m_executionRole; bool m_executionRoleHasBeenSet; Aws::Vector