7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ActionExecutionIdT = Aws::String>
60 void SetActionExecutionId(ActionExecutionIdT&& value) { m_actionExecutionIdHasBeenSet =
true; m_actionExecutionId = std::forward<ActionExecutionIdT>(value); }
61 template<
typename ActionExecutionIdT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 bool m_actionExecutionIdHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_CODEPIPELINE_API ActionContext()=default
void SetName(NameT &&value)
ActionContext & WithActionExecutionId(ActionExecutionIdT &&value)
const Aws::String & GetName() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API ActionContext(Aws::Utils::Json::JsonView jsonValue)
ActionContext & WithName(NameT &&value)
const Aws::String & GetActionExecutionId() const
void SetActionExecutionId(ActionExecutionIdT &&value)
AWS_CODEPIPELINE_API ActionContext & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActionExecutionIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue