/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace SageMakerGeospatial { namespace Model { /** *

The input structure for Land Cover Operation type.

See Also:

* AWS * API Reference

*/ class LandCoverSegmentationConfigInput { public: AWS_SAGEMAKERGEOSPATIAL_API LandCoverSegmentationConfigInput(); AWS_SAGEMAKERGEOSPATIAL_API LandCoverSegmentationConfigInput(Aws::Utils::Json::JsonView jsonValue); AWS_SAGEMAKERGEOSPATIAL_API LandCoverSegmentationConfigInput& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace SageMakerGeospatial } // namespace Aws