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>
10#include <aws/appsync/model/DataSourceIntrospectionModel.h>
50 template<
typename ModelsT = Aws::Vector<DataSourceIntrospectionModel>>
51 void SetModels(ModelsT&& value) { m_modelsHasBeenSet =
true; m_models = std::forward<ModelsT>(value); }
52 template<
typename ModelsT = Aws::Vector<DataSourceIntrospectionModel>>
54 template<
typename ModelsT = DataSourceIntrospectionModel>
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
74 bool m_modelsHasBeenSet =
false;
77 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