7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/codepipeline/model/Condition.h>
58 bool m_conditionsHasBeenSet =
false;
SuccessConditions & WithConditions(const Aws::Vector< Condition > &value)
void SetConditions(Aws::Vector< Condition > &&value)
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
SuccessConditions & AddConditions(const Condition &value)
void SetConditions(const Aws::Vector< Condition > &value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConditionsHasBeenSet() const
SuccessConditions & WithConditions(Aws::Vector< Condition > &&value)
AWS_CODEPIPELINE_API SuccessConditions()
SuccessConditions & AddConditions(Condition &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue