7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
57 bool m_reasonHasBeenSet =
false;
AWS_CODEPIPELINE_API StopExecutionTrigger(Aws::Utils::Json::JsonView jsonValue)
bool ReasonHasBeenSet() const
const Aws::String & GetReason() const
void SetReason(const char *value)
StopExecutionTrigger & WithReason(const char *value)
AWS_CODEPIPELINE_API StopExecutionTrigger & operator=(Aws::Utils::Json::JsonView jsonValue)
StopExecutionTrigger & WithReason(const Aws::String &value)
AWS_CODEPIPELINE_API StopExecutionTrigger()
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReason(const Aws::String &value)
void SetReason(Aws::String &&value)
StopExecutionTrigger & WithReason(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue