7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/LifecycleErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 m_errorCodeHasBeenSet =
true;
65 template <
typename ScriptNameT = Aws::String>
67 m_scriptNameHasBeenSet =
true;
68 m_scriptName = std::forward<ScriptNameT>(value);
70 template <
typename ScriptNameT = Aws::String>
83 template <
typename MessageT = Aws::String>
85 m_messageHasBeenSet =
true;
86 m_message = std::forward<MessageT>(value);
88 template <
typename MessageT = Aws::String>
102 template <
typename LogTailT = Aws::String>
104 m_logTailHasBeenSet =
true;
105 m_logTail = std::forward<LogTailT>(value);
107 template <
typename LogTailT = Aws::String>
121 bool m_errorCodeHasBeenSet =
false;
122 bool m_scriptNameHasBeenSet =
false;
123 bool m_messageHasBeenSet =
false;
124 bool m_logTailHasBeenSet =
false;
LifecycleErrorCode GetErrorCode() const
bool LogTailHasBeenSet() const
const Aws::String & GetLogTail() const
const Aws::String & GetMessage() const
bool ErrorCodeHasBeenSet() const
void SetLogTail(LogTailT &&value)
Diagnostics & WithScriptName(ScriptNameT &&value)
Diagnostics & WithLogTail(LogTailT &&value)
void SetMessage(MessageT &&value)
AWS_CODEDEPLOY_API Diagnostics()=default
void SetErrorCode(LifecycleErrorCode value)
AWS_CODEDEPLOY_API Diagnostics(Aws::Utils::Json::JsonView jsonValue)
bool ScriptNameHasBeenSet() const
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
Diagnostics & WithMessage(MessageT &&value)
const Aws::String & GetScriptName() const
Diagnostics & WithErrorCode(LifecycleErrorCode value)
void SetScriptName(ScriptNameT &&value)
AWS_CODEDEPLOY_API Diagnostics & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue