7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/AgentAccessSetting.h>
9#include <aws/appstream/model/ScreenImageFormat.h>
10#include <aws/appstream/model/ScreenResolution.h>
11#include <aws/appstream/model/UserControlMode.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
48 template <
typename SettingsT = Aws::Vector<AgentAccessSetting>>
50 m_settingsHasBeenSet =
true;
51 m_settings = std::forward<SettingsT>(value);
53 template <
typename SettingsT = Aws::Vector<AgentAccessSetting>>
58 template <
typename SettingsT = AgentAccessSetting>
60 m_settingsHasBeenSet =
true;
61 m_settings.emplace_back(std::forward<SettingsT>(value));
73 template <
typename S3BucketArnT = Aws::String>
75 m_s3BucketArnHasBeenSet =
true;
76 m_s3BucketArn = std::forward<S3BucketArnT>(value);
78 template <
typename S3BucketArnT = Aws::String>
93 m_screenshotsUploadEnabledHasBeenSet =
true;
94 m_screenshotsUploadEnabled = value;
109 m_screenResolutionHasBeenSet =
true;
110 m_screenResolution = value;
125 m_screenImageFormatHasBeenSet =
true;
126 m_screenImageFormat = value;
142 m_userControlModeHasBeenSet =
true;
143 m_userControlMode = value;
155 bool m_screenshotsUploadEnabled{
false};
162 bool m_settingsHasBeenSet =
false;
163 bool m_s3BucketArnHasBeenSet =
false;
164 bool m_screenshotsUploadEnabledHasBeenSet =
false;
165 bool m_screenResolutionHasBeenSet =
false;
166 bool m_screenImageFormatHasBeenSet =
false;
167 bool m_userControlModeHasBeenSet =
false;
AWS_APPSTREAM_API AgentAccessConfig()=default
AWS_APPSTREAM_API AgentAccessConfig(Aws::Utils::Json::JsonView jsonValue)
bool ScreenImageFormatHasBeenSet() const
void SetUserControlMode(UserControlMode value)
ScreenResolution GetScreenResolution() const
bool GetScreenshotsUploadEnabled() const
bool UserControlModeHasBeenSet() const
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
ScreenImageFormat GetScreenImageFormat() const
void SetScreenResolution(ScreenResolution value)
void SetSettings(SettingsT &&value)
void SetScreenshotsUploadEnabled(bool value)
const Aws::Vector< AgentAccessSetting > & GetSettings() const
AgentAccessConfig & WithScreenImageFormat(ScreenImageFormat value)
AgentAccessConfig & WithSettings(SettingsT &&value)
AgentAccessConfig & WithScreenshotsUploadEnabled(bool value)
AgentAccessConfig & WithScreenResolution(ScreenResolution value)
const Aws::String & GetS3BucketArn() const
bool S3BucketArnHasBeenSet() const
AWS_APPSTREAM_API AgentAccessConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScreenImageFormat(ScreenImageFormat value)
bool ScreenshotsUploadEnabledHasBeenSet() const
AgentAccessConfig & AddSettings(SettingsT &&value)
bool ScreenResolutionHasBeenSet() const
AgentAccessConfig & WithS3BucketArn(S3BucketArnT &&value)
UserControlMode GetUserControlMode() const
void SetS3BucketArn(S3BucketArnT &&value)
AgentAccessConfig & WithUserControlMode(UserControlMode value)
bool SettingsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue