/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include #include using namespace Aws::LookoutforVision::Model; using namespace Aws::Utils::Stream; using namespace Aws::Utils; using namespace Aws; DetectAnomaliesRequest::DetectAnomaliesRequest() : m_projectNameHasBeenSet(false), m_modelVersionHasBeenSet(false) { }