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