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