public static CancelCopyImageResponse Unmarshall(UnmarshallerContext context)
        {
            CancelCopyImageResponse cancelCopyImageResponse = new CancelCopyImageResponse();

            cancelCopyImageResponse.HttpResponse = context.HttpResponse;
            cancelCopyImageResponse.RequestId    = context.StringValue("CancelCopyImage.RequestId");

            return(cancelCopyImageResponse);
        }
        public static CancelCopyImageResponse Unmarshall(UnmarshallerContext context)
        {
            CancelCopyImageResponse cancelCopyImageResponse = new CancelCopyImageResponse();

            cancelCopyImageResponse.HttpResponse = context.HttpResponse;
            cancelCopyImageResponse.RequestId = context.StringValue("CancelCopyImage.RequestId");

            return cancelCopyImageResponse;
        }