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/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename SettingsT = Aws::Vector<AgentAccessSetting>>
49 m_settingsHasBeenSet =
true;
50 m_settings = std::forward<SettingsT>(value);
52 template <
typename SettingsT = Aws::Vector<AgentAccessSetting>>
57 template <
typename SettingsT = AgentAccessSetting>
59 m_settingsHasBeenSet =
true;
60 m_settings.emplace_back(std::forward<SettingsT>(value));
72 template <
typename S3BucketArnT = Aws::String>
74 m_s3BucketArnHasBeenSet =
true;
75 m_s3BucketArn = std::forward<S3BucketArnT>(value);
77 template <
typename S3BucketArnT = Aws::String>
92 m_screenshotsUploadEnabledHasBeenSet =
true;
93 m_screenshotsUploadEnabled = value;
108 m_screenResolutionHasBeenSet =
true;
109 m_screenResolution = value;
124 m_screenImageFormatHasBeenSet =
true;
125 m_screenImageFormat = value;
137 bool m_screenshotsUploadEnabled{
false};
142 bool m_settingsHasBeenSet =
false;
143 bool m_s3BucketArnHasBeenSet =
false;
144 bool m_screenshotsUploadEnabledHasBeenSet =
false;
145 bool m_screenResolutionHasBeenSet =
false;
146 bool m_screenImageFormatHasBeenSet =
false;
AWS_APPSTREAM_API AgentAccessConfig()=default
AWS_APPSTREAM_API AgentAccessConfig(Aws::Utils::Json::JsonView jsonValue)
bool ScreenImageFormatHasBeenSet() const
ScreenResolution GetScreenResolution() const
bool GetScreenshotsUploadEnabled() 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)
void SetS3BucketArn(S3BucketArnT &&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