7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/RuleExecution.h>
9#include <aws/codepipeline/model/RuleRevision.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodePipeline {
45 template <
typename RuleNameT = Aws::String>
47 m_ruleNameHasBeenSet =
true;
48 m_ruleName = std::forward<RuleNameT>(value);
50 template <
typename RuleNameT = Aws::String>
64 template <
typename CurrentRevisionT = RuleRevision>
66 m_currentRevisionHasBeenSet =
true;
67 m_currentRevision = std::forward<CurrentRevisionT>(value);
69 template <
typename CurrentRevisionT = RuleRevision>
82 template <
typename LatestExecutionT = RuleExecution>
84 m_latestExecutionHasBeenSet =
true;
85 m_latestExecution = std::forward<LatestExecutionT>(value);
87 template <
typename LatestExecutionT = RuleExecution>
101 template <
typename EntityUrlT = Aws::String>
103 m_entityUrlHasBeenSet =
true;
104 m_entityUrl = std::forward<EntityUrlT>(value);
106 template <
typename EntityUrlT = Aws::String>
120 template <
typename RevisionUrlT = Aws::String>
122 m_revisionUrlHasBeenSet =
true;
123 m_revisionUrl = std::forward<RevisionUrlT>(value);
125 template <
typename RevisionUrlT = Aws::String>
141 bool m_ruleNameHasBeenSet =
false;
142 bool m_currentRevisionHasBeenSet =
false;
143 bool m_latestExecutionHasBeenSet =
false;
144 bool m_entityUrlHasBeenSet =
false;
145 bool m_revisionUrlHasBeenSet =
false;
void SetRuleName(RuleNameT &&value)
void SetRevisionUrl(RevisionUrlT &&value)
bool RevisionUrlHasBeenSet() const
const Aws::String & GetRevisionUrl() const
RuleState & WithCurrentRevision(CurrentRevisionT &&value)
bool RuleNameHasBeenSet() const
AWS_CODEPIPELINE_API RuleState(Aws::Utils::Json::JsonView jsonValue)
RuleState & WithRuleName(RuleNameT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRuleName() const
AWS_CODEPIPELINE_API RuleState & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLatestExecution(LatestExecutionT &&value)
AWS_CODEPIPELINE_API RuleState()=default
void SetEntityUrl(EntityUrlT &&value)
const Aws::String & GetEntityUrl() const
RuleState & WithEntityUrl(EntityUrlT &&value)
bool LatestExecutionHasBeenSet() const
void SetCurrentRevision(CurrentRevisionT &&value)
bool CurrentRevisionHasBeenSet() const
bool EntityUrlHasBeenSet() const
RuleState & WithLatestExecution(LatestExecutionT &&value)
const RuleExecution & GetLatestExecution() const
RuleState & WithRevisionUrl(RevisionUrlT &&value)
const RuleRevision & GetCurrentRevision() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue