7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/S3Location.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ScriptS3LocationT = S3Location>
43 m_scriptS3LocationHasBeenSet =
true;
44 m_scriptS3Location = std::forward<ScriptS3LocationT>(value);
46 template <
typename ScriptS3LocationT = S3Location>
59 template <
typename ExecutablePathT = Aws::String>
61 m_executablePathHasBeenSet =
true;
62 m_executablePath = std::forward<ExecutablePathT>(value);
64 template <
typename ExecutablePathT = Aws::String>
77 template <
typename ExecutableParametersT = Aws::String>
79 m_executableParametersHasBeenSet =
true;
80 m_executableParameters = std::forward<ExecutableParametersT>(value);
82 template <
typename ExecutableParametersT = Aws::String>
96 m_timeoutInSecondsHasBeenSet =
true;
97 m_timeoutInSeconds = value;
111 int m_timeoutInSeconds{0};
112 bool m_scriptS3LocationHasBeenSet =
false;
113 bool m_executablePathHasBeenSet =
false;
114 bool m_executableParametersHasBeenSet =
false;
115 bool m_timeoutInSecondsHasBeenSet =
false;
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSTREAM_API ScriptDetails(Aws::Utils::Json::JsonView jsonValue)
ScriptDetails & WithExecutableParameters(ExecutableParametersT &&value)
int GetTimeoutInSeconds() const
AWS_APPSTREAM_API ScriptDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScriptS3Location(ScriptS3LocationT &&value)
bool ExecutablePathHasBeenSet() const
const Aws::String & GetExecutableParameters() const
const S3Location & GetScriptS3Location() const
bool ScriptS3LocationHasBeenSet() const
void SetExecutablePath(ExecutablePathT &&value)
void SetExecutableParameters(ExecutableParametersT &&value)
bool TimeoutInSecondsHasBeenSet() const
void SetTimeoutInSeconds(int value)
const Aws::String & GetExecutablePath() const
AWS_APPSTREAM_API ScriptDetails()=default
bool ExecutableParametersHasBeenSet() const
ScriptDetails & WithTimeoutInSeconds(int value)
ScriptDetails & WithExecutablePath(ExecutablePathT &&value)
ScriptDetails & WithScriptS3Location(ScriptS3LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue