7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/codepipeline/model/Condition.h>
52 template<
typename ConditionsT = Aws::Vector<Condition>>
53 void SetConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions = std::forward<ConditionsT>(value); }
54 template<
typename ConditionsT = Aws::Vector<Condition>>
56 template<
typename ConditionsT = Condition>
57 SuccessConditions&
AddConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions.emplace_back(std::forward<ConditionsT>(value));
return *
this; }
62 bool m_conditionsHasBeenSet =
false;
AWS_CODEPIPELINE_API SuccessConditions(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API SuccessConditions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Condition > & GetConditions() const
void SetConditions(ConditionsT &&value)
AWS_CODEPIPELINE_API SuccessConditions()=default
SuccessConditions & WithConditions(ConditionsT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConditionsHasBeenSet() const
SuccessConditions & AddConditions(ConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue