7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/Condition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace CodePipeline {
46 template <
typename ConditionsT = Aws::Vector<Condition>>
48 m_conditionsHasBeenSet =
true;
49 m_conditions = std::forward<ConditionsT>(value);
51 template <
typename ConditionsT = Aws::Vector<Condition>>
56 template <
typename ConditionsT = Condition>
58 m_conditionsHasBeenSet =
true;
59 m_conditions.emplace_back(std::forward<ConditionsT>(value));
65 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