/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the configuration information to connect to websites that require
* user authentication.See Also:
AWS
* API Reference
The list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline const Aws::VectorThe list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline bool BasicAuthenticationHasBeenSet() const { return m_basicAuthenticationHasBeenSet; } /** *The list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline void SetBasicAuthentication(const Aws::VectorThe list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline void SetBasicAuthentication(Aws::VectorThe list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline AuthenticationConfiguration& WithBasicAuthentication(const Aws::VectorThe list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline AuthenticationConfiguration& WithBasicAuthentication(Aws::VectorThe list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline AuthenticationConfiguration& AddBasicAuthentication(const BasicAuthenticationConfiguration& value) { m_basicAuthenticationHasBeenSet = true; m_basicAuthentication.push_back(value); return *this; } /** *The list of configuration information that's required to connect to and crawl * a website host using basic authentication credentials.
The list includes * the name and port number of the website host.
*/ inline AuthenticationConfiguration& AddBasicAuthentication(BasicAuthenticationConfiguration&& value) { m_basicAuthenticationHasBeenSet = true; m_basicAuthentication.push_back(std::move(value)); return *this; } private: Aws::Vector