7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename TypesT = Aws::Vector<Aws::String>>
52 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
53 template<
typename TypesT = Aws::Vector<Aws::String>>
55 template<
typename TypesT = Aws::String>
61 bool m_typesHasBeenSet =
false;
AWS_SECURITYHUB_API AwsApiGatewayEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
AwsApiGatewayEndpointConfiguration & AddTypes(TypesT &&value)
const Aws::Vector< Aws::String > & GetTypes() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTypes(TypesT &&value)
AWS_SECURITYHUB_API AwsApiGatewayEndpointConfiguration()=default
bool TypesHasBeenSet() const
AwsApiGatewayEndpointConfiguration & WithTypes(TypesT &&value)
AWS_SECURITYHUB_API AwsApiGatewayEndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue