/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws::CodeCatalyst::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; StopDevEnvironmentRequest::StopDevEnvironmentRequest() : m_spaceNameHasBeenSet(false), m_projectNameHasBeenSet(false), m_idHasBeenSet(false) { } Aws::String StopDevEnvironmentRequest::SerializePayload() const { return {}; }