7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FunctionsT = Aws::Vector<Aws::String>>
49 void SetFunctions(FunctionsT&& value) { m_functionsHasBeenSet =
true; m_functions = std::forward<FunctionsT>(value); }
50 template<
typename FunctionsT = Aws::Vector<Aws::String>>
52 template<
typename FunctionsT = Aws::String>
53 PipelineConfig&
AddFunctions(FunctionsT&& value) { m_functionsHasBeenSet =
true; m_functions.emplace_back(std::forward<FunctionsT>(value));
return *
this; }
58 bool m_functionsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetFunctions() const
bool FunctionsHasBeenSet() const
void SetFunctions(FunctionsT &&value)
AWS_APPSYNC_API PipelineConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
PipelineConfig & WithFunctions(FunctionsT &&value)
AWS_APPSYNC_API PipelineConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineConfig & AddFunctions(FunctionsT &&value)
AWS_APPSYNC_API PipelineConfig()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue