#include <ApplicationSettings.h>
The persistent application settings for users of a stack.
See Also:
AWS API Reference
Definition at line 32 of file ApplicationSettings.h.
◆ ApplicationSettings() [1/2]
AWS_APPSTREAM_API Aws::AppStream::Model::ApplicationSettings::ApplicationSettings |
( |
| ) |
|
◆ ApplicationSettings() [2/2]
◆ EnabledHasBeenSet()
bool Aws::AppStream::Model::ApplicationSettings::EnabledHasBeenSet |
( |
| ) |
const |
|
inline |
Enables or disables persistent application settings for users during their streaming sessions.
Definition at line 51 of file ApplicationSettings.h.
◆ GetEnabled()
bool Aws::AppStream::Model::ApplicationSettings::GetEnabled |
( |
| ) |
const |
|
inline |
Enables or disables persistent application settings for users during their streaming sessions.
Definition at line 45 of file ApplicationSettings.h.
◆ GetSettingsGroup()
const Aws::String & Aws::AppStream::Model::ApplicationSettings::GetSettingsGroup |
( |
| ) |
const |
|
inline |
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 72 of file ApplicationSettings.h.
◆ Jsonize()
◆ operator=()
◆ SetEnabled()
void Aws::AppStream::Model::ApplicationSettings::SetEnabled |
( |
bool |
value | ) |
|
|
inline |
Enables or disables persistent application settings for users during their streaming sessions.
Definition at line 57 of file ApplicationSettings.h.
◆ SetSettingsGroup() [1/3]
void Aws::AppStream::Model::ApplicationSettings::SetSettingsGroup |
( |
Aws::String && |
value | ) |
|
|
inline |
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 96 of file ApplicationSettings.h.
◆ SetSettingsGroup() [2/3]
void Aws::AppStream::Model::ApplicationSettings::SetSettingsGroup |
( |
const Aws::String & |
value | ) |
|
|
inline |
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 88 of file ApplicationSettings.h.
◆ SetSettingsGroup() [3/3]
void Aws::AppStream::Model::ApplicationSettings::SetSettingsGroup |
( |
const char * |
value | ) |
|
|
inline |
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 104 of file ApplicationSettings.h.
◆ SettingsGroupHasBeenSet()
bool Aws::AppStream::Model::ApplicationSettings::SettingsGroupHasBeenSet |
( |
| ) |
const |
|
inline |
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 80 of file ApplicationSettings.h.
◆ WithEnabled()
Enables or disables persistent application settings for users during their streaming sessions.
Definition at line 63 of file ApplicationSettings.h.
◆ WithSettingsGroup() [1/3]
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 120 of file ApplicationSettings.h.
◆ WithSettingsGroup() [2/3]
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 112 of file ApplicationSettings.h.
◆ WithSettingsGroup() [3/3]
ApplicationSettings & Aws::AppStream::Model::ApplicationSettings::WithSettingsGroup |
( |
const char * |
value | ) |
|
|
inline |
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
Definition at line 128 of file ApplicationSettings.h.
The documentation for this class was generated from the following file: