7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename SiteMapsT = Aws::Vector<Aws::String>>
54 void SetSiteMaps(SiteMapsT&& value) { m_siteMapsHasBeenSet =
true; m_siteMaps = std::forward<SiteMapsT>(value); }
55 template<
typename SiteMapsT = Aws::Vector<Aws::String>>
57 template<
typename SiteMapsT = Aws::String>
63 bool m_siteMapsHasBeenSet =
false;
void SetSiteMaps(SiteMapsT &&value)
const Aws::Vector< Aws::String > & GetSiteMaps() const
AWS_KENDRA_API SiteMapsConfiguration()=default
SiteMapsConfiguration & WithSiteMaps(SiteMapsT &&value)
AWS_KENDRA_API SiteMapsConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API SiteMapsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SiteMapsHasBeenSet() const
SiteMapsConfiguration & AddSiteMaps(SiteMapsT &&value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue