7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename FunctionsT = Aws::Vector<Aws::String>>
44 m_functionsHasBeenSet =
true;
45 m_functions = std::forward<FunctionsT>(value);
47 template <
typename FunctionsT = Aws::Vector<Aws::String>>
52 template <
typename FunctionsT = Aws::String>
54 m_functionsHasBeenSet =
true;
55 m_functions.emplace_back(std::forward<FunctionsT>(value));
61 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