7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/DataSourceIntrospectionModel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename ModelsT = Aws::Vector<DataSourceIntrospectionModel>>
46 m_modelsHasBeenSet =
true;
47 m_models = std::forward<ModelsT>(value);
49 template <
typename ModelsT = Aws::Vector<DataSourceIntrospectionModel>>
54 template <
typename ModelsT = DataSourceIntrospectionModel>
56 m_modelsHasBeenSet =
true;
57 m_models.emplace_back(std::forward<ModelsT>(value));
70 template <
typename NextTokenT = Aws::String>
72 m_nextTokenHasBeenSet =
true;
73 m_nextToken = std::forward<NextTokenT>(value);
75 template <
typename NextTokenT = Aws::String>
85 bool m_modelsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
DataSourceIntrospectionResult & WithModels(ModelsT &&value)
void SetModels(ModelsT &&value)
const Aws::Vector< DataSourceIntrospectionModel > & GetModels() const
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
DataSourceIntrospectionResult & WithNextToken(NextTokenT &&value)
bool ModelsHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_APPSYNC_API DataSourceIntrospectionResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNextToken(NextTokenT &&value)
AWS_APPSYNC_API DataSourceIntrospectionResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNextToken() const
DataSourceIntrospectionResult & AddModels(ModelsT &&value)
AWS_APPSYNC_API DataSourceIntrospectionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue