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 NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename FieldsT = Aws::Vector<Aws::String>>
62 m_fieldsHasBeenSet =
true;
63 m_fields = std::forward<FieldsT>(value);
65 template <
typename FieldsT = Aws::Vector<Aws::String>>
70 template <
typename FieldsT = Aws::String>
72 m_fieldsHasBeenSet =
true;
73 m_fields.emplace_back(std::forward<FieldsT>(value));
81 bool m_nameHasBeenSet =
false;
82 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