7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/SetupStatus.h>
43 template <
typename CommandT = Aws::String>
45 m_commandHasBeenSet =
true;
46 m_command = std::forward<CommandT>(value);
48 template <
typename CommandT = Aws::String>
61 template <
typename DateTimeT = Aws::Utils::DateTime>
63 m_dateTimeHasBeenSet =
true;
64 m_dateTime = std::forward<DateTimeT>(value);
66 template <
typename DateTimeT = Aws::Utils::DateTime>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
98 m_statusHasBeenSet =
true;
113 template <
typename StandardErrorT = Aws::String>
115 m_standardErrorHasBeenSet =
true;
116 m_standardError = std::forward<StandardErrorT>(value);
118 template <
typename StandardErrorT = Aws::String>
131 template <
typename StandardOutputT = Aws::String>
133 m_standardOutputHasBeenSet =
true;
134 m_standardOutput = std::forward<StandardOutputT>(value);
136 template <
typename StandardOutputT = Aws::String>
149 template <
typename VersionT = Aws::String>
151 m_versionHasBeenSet =
true;
152 m_version = std::forward<VersionT>(value);
154 template <
typename VersionT = Aws::String>
162 bool m_commandHasBeenSet =
false;
165 bool m_dateTimeHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
171 bool m_statusHasBeenSet =
false;
174 bool m_standardErrorHasBeenSet =
false;
177 bool m_standardOutputHasBeenSet =
false;
180 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