7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lightsail/model/SetupStatus.h>
49 template<
typename CommandT = Aws::String>
50 void SetCommand(CommandT&& value) { m_commandHasBeenSet =
true; m_command = std::forward<CommandT>(value); }
51 template<
typename CommandT = Aws::String>
61 template<
typename DateTimeT = Aws::Utils::DateTime>
62 void SetDateTime(DateTimeT&& value) { m_dateTimeHasBeenSet =
true; m_dateTime = std::forward<DateTimeT>(value); }
63 template<
typename DateTimeT = Aws::Utils::DateTime>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
95 template<
typename StandardErrorT = Aws::String>
96 void SetStandardError(StandardErrorT&& value) { m_standardErrorHasBeenSet =
true; m_standardError = std::forward<StandardErrorT>(value); }
97 template<
typename StandardErrorT = Aws::String>
107 template<
typename StandardOutputT = Aws::String>
108 void SetStandardOutput(StandardOutputT&& value) { m_standardOutputHasBeenSet =
true; m_standardOutput = std::forward<StandardOutputT>(value); }
109 template<
typename StandardOutputT = Aws::String>
119 template<
typename VersionT = Aws::String>
120 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
121 template<
typename VersionT = Aws::String>
127 bool m_commandHasBeenSet =
false;
130 bool m_dateTimeHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
139 bool m_standardErrorHasBeenSet =
false;
142 bool m_standardOutputHasBeenSet =
false;
145 bool m_versionHasBeenSet =
false;
SetupExecutionDetails & WithStatus(SetupStatus value)
SetupExecutionDetails & WithVersion(VersionT &&value)
const Aws::String & GetCommand() const
bool NameHasBeenSet() const
void SetStandardError(StandardErrorT &&value)
AWS_LIGHTSAIL_API SetupExecutionDetails()=default
bool VersionHasBeenSet() const
SetupExecutionDetails & WithStandardError(StandardErrorT &&value)
void SetCommand(CommandT &&value)
SetupExecutionDetails & WithName(NameT &&value)
void SetName(NameT &&value)
bool DateTimeHasBeenSet() const
const Aws::String & GetStandardError() const
const Aws::String & GetVersion() const
bool StandardErrorHasBeenSet() const
const Aws::String & GetName() const
bool StandardOutputHasBeenSet() const
SetupExecutionDetails & WithStandardOutput(StandardOutputT &&value)
const Aws::Utils::DateTime & GetDateTime() const
AWS_LIGHTSAIL_API SetupExecutionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
SetupStatus GetStatus() const
bool StatusHasBeenSet() const
SetupExecutionDetails & WithCommand(CommandT &&value)
void SetStandardOutput(StandardOutputT &&value)
void SetDateTime(DateTimeT &&value)
SetupExecutionDetails & WithDateTime(DateTimeT &&value)
void SetStatus(SetupStatus value)
AWS_LIGHTSAIL_API SetupExecutionDetails(Aws::Utils::Json::JsonView jsonValue)
bool CommandHasBeenSet() const
void SetVersion(VersionT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStandardOutput() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue