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>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename FieldsT = Aws::Vector<Aws::String>>
61 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
62 template<
typename FieldsT = Aws::Vector<Aws::String>>
64 template<
typename FieldsT = Aws::String>
70 bool m_nameHasBeenSet =
false;
73 bool m_fieldsHasBeenSet =
false;
void SetFields(FieldsT &&value)
DataSourceIntrospectionModelIndex & AddFields(FieldsT &&value)
const Aws::String & GetName() const
AWS_APPSYNC_API DataSourceIntrospectionModelIndex()=default
bool NameHasBeenSet() const
DataSourceIntrospectionModelIndex & WithName(NameT &&value)
bool FieldsHasBeenSet() const
const Aws::Vector< Aws::String > & GetFields() const
AWS_APPSYNC_API DataSourceIntrospectionModelIndex(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
DataSourceIntrospectionModelIndex & WithFields(FieldsT &&value)
AWS_APPSYNC_API DataSourceIntrospectionModelIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue