7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
47 template <
typename SiteMapsT = Aws::Vector<Aws::String>>
49 m_siteMapsHasBeenSet =
true;
50 m_siteMaps = std::forward<SiteMapsT>(value);
52 template <
typename SiteMapsT = Aws::Vector<Aws::String>>
57 template <
typename SiteMapsT = Aws::String>
59 m_siteMapsHasBeenSet =
true;
60 m_siteMaps.emplace_back(std::forward<SiteMapsT>(value));
66 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