7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ActionExecutionIdT = Aws::String>
61 m_actionExecutionIdHasBeenSet =
true;
62 m_actionExecutionId = std::forward<ActionExecutionIdT>(value);
64 template <
typename ActionExecutionIdT = Aws::String>
74 bool m_nameHasBeenSet =
false;
75 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