7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ActionExecution.h>
9#include <aws/codepipeline/model/ActionRevision.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodePipeline {
43 template <
typename ActionNameT = Aws::String>
45 m_actionNameHasBeenSet =
true;
46 m_actionName = std::forward<ActionNameT>(value);
48 template <
typename ActionNameT = Aws::String>
61 template <
typename CurrentRevisionT = ActionRevision>
63 m_currentRevisionHasBeenSet =
true;
64 m_currentRevision = std::forward<CurrentRevisionT>(value);
66 template <
typename CurrentRevisionT = ActionRevision>
79 template <
typename LatestExecutionT = ActionExecution>
81 m_latestExecutionHasBeenSet =
true;
82 m_latestExecution = std::forward<LatestExecutionT>(value);
84 template <
typename LatestExecutionT = ActionExecution>
98 template <
typename EntityUrlT = Aws::String>
100 m_entityUrlHasBeenSet =
true;
101 m_entityUrl = std::forward<EntityUrlT>(value);
103 template <
typename EntityUrlT = Aws::String>
117 template <
typename RevisionUrlT = Aws::String>
119 m_revisionUrlHasBeenSet =
true;
120 m_revisionUrl = std::forward<RevisionUrlT>(value);
122 template <
typename RevisionUrlT = Aws::String>
138 bool m_actionNameHasBeenSet =
false;
139 bool m_currentRevisionHasBeenSet =
false;
140 bool m_latestExecutionHasBeenSet =
false;
141 bool m_entityUrlHasBeenSet =
false;
142 bool m_revisionUrlHasBeenSet =
false;
void SetActionName(ActionNameT &&value)
ActionState & WithActionName(ActionNameT &&value)
const Aws::String & GetActionName() const
bool CurrentRevisionHasBeenSet() const
const ActionExecution & GetLatestExecution() const
AWS_CODEPIPELINE_API ActionState(Aws::Utils::Json::JsonView jsonValue)
const ActionRevision & GetCurrentRevision() const
bool EntityUrlHasBeenSet() const
bool ActionNameHasBeenSet() const
AWS_CODEPIPELINE_API ActionState & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEntityUrl(EntityUrlT &&value)
ActionState & WithLatestExecution(LatestExecutionT &&value)
const Aws::String & GetEntityUrl() const
void SetCurrentRevision(CurrentRevisionT &&value)
void SetLatestExecution(LatestExecutionT &&value)
bool LatestExecutionHasBeenSet() const
AWS_CODEPIPELINE_API ActionState()=default
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRevisionUrl() const
ActionState & WithEntityUrl(EntityUrlT &&value)
ActionState & WithCurrentRevision(CurrentRevisionT &&value)
ActionState & WithRevisionUrl(RevisionUrlT &&value)
void SetRevisionUrl(RevisionUrlT &&value)
bool RevisionUrlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue