/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws::MedicalImaging::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; CopyImageSetRequest::CopyImageSetRequest() : m_datastoreIdHasBeenSet(false), m_sourceImageSetIdHasBeenSet(false), m_copyImageSetInformationHasBeenSet(false) { } Aws::String CopyImageSetRequest::SerializePayload() const { JsonValue payload; if(m_copyImageSetInformationHasBeenSet) { payload = m_copyImageSetInformation.Jsonize(); } return payload.View().WriteReadable(); }