7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/ActionRevision.h>
10#include <aws/codepipeline/model/ActionExecution.h>
49 template<
typename ActionNameT = Aws::String>
50 void SetActionName(ActionNameT&& value) { m_actionNameHasBeenSet =
true; m_actionName = std::forward<ActionNameT>(value); }
51 template<
typename ActionNameT = Aws::String>
61 template<
typename CurrentRevisionT = ActionRevision>
62 void SetCurrentRevision(CurrentRevisionT&& value) { m_currentRevisionHasBeenSet =
true; m_currentRevision = std::forward<CurrentRevisionT>(value); }
63 template<
typename CurrentRevisionT = ActionRevision>
73 template<
typename LatestExecutionT = ActionExecution>
74 void SetLatestExecution(LatestExecutionT&& value) { m_latestExecutionHasBeenSet =
true; m_latestExecution = std::forward<LatestExecutionT>(value); }
75 template<
typename LatestExecutionT = ActionExecution>
86 template<
typename EntityUrlT = Aws::String>
87 void SetEntityUrl(EntityUrlT&& value) { m_entityUrlHasBeenSet =
true; m_entityUrl = std::forward<EntityUrlT>(value); }
88 template<
typename EntityUrlT = Aws::String>
99 template<
typename RevisionUrlT = Aws::String>
100 void SetRevisionUrl(RevisionUrlT&& value) { m_revisionUrlHasBeenSet =
true; m_revisionUrl = std::forward<RevisionUrlT>(value); }
101 template<
typename RevisionUrlT = Aws::String>
107 bool m_actionNameHasBeenSet =
false;
110 bool m_currentRevisionHasBeenSet =
false;
113 bool m_latestExecutionHasBeenSet =
false;
116 bool m_entityUrlHasBeenSet =
false;
119 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